Class: Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::Shipment?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::Shipment? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Error]? (readonly)
Returns the value of attribute errors.
460 461 462 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 460 def errors @errors end |
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::Shipment? (readonly)
Returns the value of attribute payload.
461 462 463 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 461 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
453 454 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 453
def self.[]: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
|
.members ⇒ [ :errors, :payload ]
456 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 456
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
451 452 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 451
def self.new: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
458 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 458
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::GetShipmentResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
463 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 463
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::Shipment? }
464 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 464
def to_h: () -> { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::Shipment? }
|