Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList
Instance Method Summary collapse
-
#members ⇒ [ :errors ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Error] }
Instance Attribute Details
#errors ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ErrorList
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 ]
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] }
|