Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


275
276
277
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 275

def next_token
  @next_token
end

#shipment_dataArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentInboundV0::GetShipmentsResult

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }

Returns:



279
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 279

def to_h: () -> { next_token: String?, shipment_data: Array[Peddler::APIs::FulfillmentInboundV0::InboundShipmentInfo]? }