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

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

Returns the value of attribute errors.



251
252
253
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 251

def errors
  @errors
end

Class Method Details

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



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

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 ])


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

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

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



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

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::ErrorList

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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



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

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