Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.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)


518
519
520
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 518

def next_token
  @next_token
end

#outbound_ordersArray[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]? (readonly)

Returns the value of attribute outbound_orders.



519
520
521
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 519

def outbound_orders
  @outbound_orders
end

Class Method Details

.[](next_token:, outbound_orders:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing



511
512
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 511

def self.[]: (?next_token: String?, ?outbound_orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing

.members[ :next_token, :outbound_orders ]

Returns:

  • ([ :next_token, :outbound_orders ])


514
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 514

def self.members: () -> [ :next_token, :outbound_orders ]

.new(next_token:, outbound_orders:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing



509
510
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 509

def self.new: (?next_token: String?, ?outbound_orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing

Parameters:

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

Returns:



516
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 516

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundListing

Instance Method Details

#members[ :next_token, :outbound_orders ]

Returns:

  • ([ :next_token, :outbound_orders ])


521
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 521

def members: () -> [ :next_token, :outbound_orders ]

#to_h{ next_token: String?, outbound_orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]? }

Returns:



522
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 522

def to_h: () -> { next_token: String?, outbound_orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrder]? }