Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FulfillmentInboundV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentInboundV0::Error]? (readonly)
Returns the value of attribute errors.
224 225 226 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 224 def errors @errors end |
#payload ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? (readonly)
Returns the value of attribute payload.
225 226 227 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 225 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
217 218 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 217
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
|
.members ⇒ [ :errors, :payload ]
220 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 220
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
215 216 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 215
def self.new: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
222 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 222
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
227 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 227
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? }
228 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 228
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? }
|