Class: Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
- 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::CancelShipmentResponse
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.
195 196 197 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 195 def errors @errors end |
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::Shipment? (readonly)
Returns the value of attribute payload.
196 197 198 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 196 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
188 189 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 188
def self.[]: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
|
.members ⇒ [ :errors, :payload ]
191 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 191
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
186 187 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 186
def self.new: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::Shipment?) -> Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
193 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 193
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::CancelShipmentResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
198 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 198
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::Shipment? }
199 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 199
def to_h: () -> { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::Shipment? }
|