Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#shipment_data ⇒ Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]?
readonly
Returns the value of attribute shipment_data.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_token, :shipment_data ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
Instance Method Summary collapse
-
#members ⇒ [ :next_token, :shipment_data ]
-
#to_h ⇒ { next_token: String?, shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]? }
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
275 276 277 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 275 def next_token @next_token end |
#shipment_data ⇒ Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]? (readonly)
Returns the value of attribute shipment_data.
276 277 278 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 276 def shipment_data @shipment_data end |
Class Method Details
.[](next_token:, shipment_data:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
268 269 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 268
def self.[]: (?next_token: String?, ?shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
| (String?, Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
|
.members ⇒ [ :next_token, :shipment_data ]
271 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 271
def self.members: () -> [ :next_token, :shipment_data ]
|
.new(next_token:, shipment_data:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
266 267 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 266
def self.new: (?next_token: String?, ?shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
| (String?, Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
273 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 273
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult
|
Instance Method Details
#members ⇒ [ :next_token, :shipment_data ]
278 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 278
def members: () -> [ :next_token, :shipment_data ]
|
#to_h ⇒ { next_token: String?, shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]? }
279 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 279
def to_h: () -> { next_token: String?, shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]? }
|