Class: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
- 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::GetEligibleShipmentServicesResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Error]? (readonly)
Returns the value of attribute errors.
424 425 426 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 424 def errors @errors end |
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult? (readonly)
Returns the value of attribute payload.
425 426 427 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 425 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
417 418 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 417
def self.[]: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
|
.members ⇒ [ :errors, :payload ]
420 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 420
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
415 416 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 415
def self.new: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
422 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 422
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
427 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 427
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult? }
428 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 428
def to_h: () -> { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetEligibleShipmentServicesResult? }
|