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.



269
270
271
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 269

def errors
  @errors
end

Class Method Details

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



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

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


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

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

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



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

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:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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



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

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