Class: Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::ExternalFulfillmentInventory20240911::Error] (readonly)

Returns the value of attribute errors.



89
90
91
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 89

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList



82
83
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 82

def self.[]: (errors: Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error]) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList
| (Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error]) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList

.members[ :errors ]

Returns:

  • ([ :errors ])


85
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 85

def self.members: () -> [ :errors ]

.new(errors:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList



80
81
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 80

def self.new: (errors: Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error]) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList
| (Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error]) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::ErrorList

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



87
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 87

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ErrorList

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


91
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 91

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error] }



92
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 92

def to_h: () -> { errors: Array[Peddler::APIs::ExternalFulfillmentInventory20240911::Error] }