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)


810
811
812
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 810

def next_token
  @next_token
end

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

Returns the value of attribute orders.



811
812
813
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 811

def orders
  @orders
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :next_token, :orders ]

Returns:

  • ([ :next_token, :orders ])


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

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

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

Returns:



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

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