Class: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
- Defined in:
- sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs
Instance Attribute Summary collapse
-
#client_sequence_number ⇒ Integer?
readonly
Returns the value of attribute client_sequence_number.
-
#marketplace_attributes ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?
readonly
Returns the value of attribute marketplace_attributes.
-
#quantity ⇒ Integer?
readonly
Returns the value of attribute quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :client_sequence_number, :marketplace_attributes, :quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
Instance Method Summary collapse
-
#members ⇒ [ :client_sequence_number, :marketplace_attributes, :quantity ]
-
#to_h ⇒ { client_sequence_number: Integer?, marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, quantity: Integer? }
Instance Attribute Details
#client_sequence_number ⇒ Integer? (readonly)
Returns the value of attribute client_sequence_number.
140 141 142 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 140 def client_sequence_number @client_sequence_number end |
#marketplace_attributes ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes? (readonly)
Returns the value of attribute marketplace_attributes.
141 142 143 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 141 def marketplace_attributes @marketplace_attributes end |
#quantity ⇒ Integer? (readonly)
Returns the value of attribute quantity.
142 143 144 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 142 def quantity @quantity end |
Class Method Details
.[](client_sequence_number:, marketplace_attributes:, quantity:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
133 134 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 133
def self.[]: (?client_sequence_number: Integer?, ?marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, ?quantity: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
| (Integer?, Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
|
.members ⇒ [ :client_sequence_number, :marketplace_attributes, :quantity ]
136 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 136
def self.members: () -> [ :client_sequence_number, :marketplace_attributes, :quantity ]
|
.new(client_sequence_number:, marketplace_attributes:, quantity:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
131 132 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 131
def self.new: (?client_sequence_number: Integer?, ?marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, ?quantity: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
| (Integer?, Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
138 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 138
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
|
Instance Method Details
#members ⇒ [ :client_sequence_number, :marketplace_attributes, :quantity ]
144 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 144
def members: () -> [ :client_sequence_number, :marketplace_attributes, :quantity ]
|
#to_h ⇒ { client_sequence_number: Integer?, marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, quantity: Integer? }
145 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 145
def to_h: () -> { client_sequence_number: Integer?, marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, quantity: Integer? }
|