Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errors ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Error] (readonly)

Returns the value of attribute errors.



307
308
309
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 307

def errors
  @errors
end

Class Method Details

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



300
301
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 300

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

.members ⇒ [ :errors ]

Returns:

  • ([ :errors ])


303
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 303

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

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



298
299
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 298

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

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList

Parameters:

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

Returns:



305
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 305

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

Instance Method Details

#members ⇒ [ :errors ]

Returns:

  • ([ :errors ])


309
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 309

def members: () -> [ :errors ]

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



310
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 310

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