Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#expected_quantity ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity
readonly
Returns the value of attribute expected_quantity.
-
#received_quantity ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity?
readonly
Returns the value of attribute received_quantity.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :expected_quantity, :sku, :received_quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
Instance Method Summary collapse
-
#members ⇒ [ :expected_quantity, :sku, :received_quantity ]
-
#to_h ⇒ { expected_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, sku: String, received_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity? }
Instance Attribute Details
#expected_quantity ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity (readonly)
Returns the value of attribute expected_quantity.
894 895 896 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 894 def expected_quantity @expected_quantity end |
#received_quantity ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity? (readonly)
Returns the value of attribute received_quantity.
895 896 897 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 895 def received_quantity @received_quantity end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
896 897 898 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 896 def sku @sku end |
Class Method Details
.[](expected_quantity:, sku:, received_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity .[](arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
887 888 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 887
def self.[]: (expected_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, sku: String, ?received_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
| (Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, String, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
|
.members ⇒ [ :expected_quantity, :sku, :received_quantity ]
890 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 890
def self.members: () -> [ :expected_quantity, :sku, :received_quantity ]
|
.new(expected_quantity:, sku:, received_quantity:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity .new(arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
885 886 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 885
def self.new: (expected_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, sku: String, ?received_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
| (Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, String, Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
892 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 892
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::SKUQuantity
|
Instance Method Details
#members ⇒ [ :expected_quantity, :sku, :received_quantity ]
898 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 898
def members: () -> [ :expected_quantity, :sku, :received_quantity ]
|
#to_h ⇒ { expected_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, sku: String, received_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity? }
899 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 899
def to_h: () -> { expected_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity, sku: String, received_quantity: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InventoryQuantity? }
|