Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#expiration_details ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?
readonly
Returns the value of attribute expiration_details.
-
#inventory_details ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?
readonly
Returns the value of attribute inventory_details.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
-
#total_inbound_quantity ⇒ Integer?
readonly
Returns the value of attribute total_inbound_quantity.
-
#total_onhand_quantity ⇒ Integer?
readonly
Returns the value of attribute total_onhand_quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
Instance Method Summary collapse
-
#members ⇒ [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
-
#to_h ⇒ { sku: String, expiration_details: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, inventory_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, total_inbound_quantity: Integer?, total_onhand_quantity: Integer? }
Instance Attribute Details
#expiration_details ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]? (readonly)
Returns the value of attribute expiration_details.
428 429 430 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 428 def expiration_details @expiration_details end |
#inventory_details ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails? (readonly)
Returns the value of attribute inventory_details.
429 430 431 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 429 def inventory_details @inventory_details end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
430 431 432 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 430 def sku @sku end |
#total_inbound_quantity ⇒ Integer? (readonly)
Returns the value of attribute total_inbound_quantity.
431 432 433 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 431 def total_inbound_quantity @total_inbound_quantity end |
#total_onhand_quantity ⇒ Integer? (readonly)
Returns the value of attribute total_onhand_quantity.
432 433 434 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 432 def total_onhand_quantity @total_onhand_quantity end |
Class Method Details
.[](sku:, expiration_details:, inventory_details:, total_inbound_quantity:, total_onhand_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
421 422 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 421
def self.[]: (sku: String, ?expiration_details: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, ?inventory_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, ?total_inbound_quantity: Integer?, ?total_onhand_quantity: Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
| (String, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, Integer?, Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
|
.members ⇒ [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
424 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 424
def self.members: () -> [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
|
.new(sku:, expiration_details:, inventory_details:, total_inbound_quantity:, total_onhand_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
419 420 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 419
def self.new: (sku: String, ?expiration_details: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, ?inventory_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, ?total_inbound_quantity: Integer?, ?total_onhand_quantity: Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
| (String, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, Integer?, Integer?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
426 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 426
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventorySummary
|
Instance Method Details
#members ⇒ [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
434 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 434
def members: () -> [ :sku, :expiration_details, :inventory_details, :total_inbound_quantity, :total_onhand_quantity ]
|
#to_h ⇒ { sku: String, expiration_details: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, inventory_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, total_inbound_quantity: Integer?, total_onhand_quantity: Integer? }
435 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 435
def to_h: () -> { sku: String, expiration_details: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::ExpirationDetails]?, inventory_details: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryDetails?, total_inbound_quantity: Integer?, total_onhand_quantity: Integer? }
|