Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#orders ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]?
readonly
Returns the value of attribute orders.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_token, :orders ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
Instance Method Summary collapse
-
#members ⇒ [ :next_token, :orders ]
-
#to_h ⇒ { next_token: String?, orders: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrder]? }
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
671 672 673 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 671 def next_token @next_token end |
#orders ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderListing
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 ]
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]? }
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]? }
|