Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing

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)


671
672
673
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 671

def next_token
  @next_token
end

#ordersArray[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]? (readonly)

Returns the value of attribute orders.



672
673
674
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 672

def orders
  @orders
end

Class Method Details

.[](next_token:, orders:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing



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

def self.[]: (?next_token: String?, ?orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing

.members[ :next_token, :orders ]

Returns:

  • ([ :next_token, :orders ])


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

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

.new(next_token:, orders:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing



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

def self.new: (?next_token: String?, ?orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :next_token, :orders ]

Returns:

  • ([ :next_token, :orders ])


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

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

#to_h{ next_token: String?, orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]? }

Returns:



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

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