Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#available_distributable_quantity ⇒ Integer?
readonly
Returns the value of attribute available_distributable_quantity.
-
#replenishment_quantity ⇒ Integer?
readonly
Returns the value of attribute replenishment_quantity.
-
#reserved_distributable_quantity ⇒ Integer?
readonly
Returns the value of attribute reserved_distributable_quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
Instance Method Summary collapse
-
#members ⇒ [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
-
#to_h ⇒ { available_distributable_quantity: Integer?, replenishment_quantity: Integer?, reserved_distributable_quantity: Integer? }
Instance Attribute Details
#available_distributable_quantity ⇒ Integer? (readonly)
Returns the value of attribute available_distributable_quantity.
376 377 378 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 376 def available_distributable_quantity @available_distributable_quantity end |
#replenishment_quantity ⇒ Integer? (readonly)
Returns the value of attribute replenishment_quantity.
377 378 379 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 377 def replenishment_quantity @replenishment_quantity end |
#reserved_distributable_quantity ⇒ Integer? (readonly)
Returns the value of attribute reserved_distributable_quantity.
378 379 380 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 378 def reserved_distributable_quantity @reserved_distributable_quantity end |
Class Method Details
.[](available_distributable_quantity:, replenishment_quantity:, reserved_distributable_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails .[](arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
369 370 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 369
def self.[]: (?available_distributable_quantity: Integer?, ?replenishment_quantity: Integer?, ?reserved_distributable_quantity: Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
| (Integer?, Integer?, Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
|
.members ⇒ [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
372 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 372
def self.members: () -> [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
|
.new(available_distributable_quantity:, replenishment_quantity:, reserved_distributable_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails .new(arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
367 368 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 367
def self.new: (?available_distributable_quantity: Integer?, ?replenishment_quantity: Integer?, ?reserved_distributable_quantity: Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
| (Integer?, Integer?, Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
374 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 374
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails
|
Instance Method Details
#members ⇒ [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
380 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 380
def members: () -> [ :available_distributable_quantity, :replenishment_quantity, :reserved_distributable_quantity ]
|
#to_h ⇒ { available_distributable_quantity: Integer?, replenishment_quantity: Integer?, reserved_distributable_quantity: Integer? }
381 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 381
def to_h: () -> { available_distributable_quantity: Integer?, replenishment_quantity: Integer?, reserved_distributable_quantity: Integer? }
|