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