Class: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
- Defined in:
- sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs
Instance Attribute Summary collapse
-
#channel_name ⇒ String?
readonly
Returns the value of attribute channel_name.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :channel_name, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
Instance Method Summary collapse
-
#members ⇒ [ :channel_name, :marketplace_id ]
-
#to_h ⇒ { channel_name: String?, marketplace_id: String? }
Instance Attribute Details
#channel_name ⇒ String? (readonly)
Returns the value of attribute channel_name.
197 198 199 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 197 def channel_name @channel_name end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
198 199 200 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 198 def marketplace_id @marketplace_id end |
Class Method Details
.[](channel_name:, marketplace_id:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
190 191 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 190
def self.[]: (?channel_name: String?, ?marketplace_id: String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
|
.members ⇒ [ :channel_name, :marketplace_id ]
193 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 193
def self.members: () -> [ :channel_name, :marketplace_id ]
|
.new(channel_name:, marketplace_id:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
188 189 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 188
def self.new: (?channel_name: String?, ?marketplace_id: String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
195 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 195
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes
|
Instance Method Details
#members ⇒ [ :channel_name, :marketplace_id ]
200 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 200
def members: () -> [ :channel_name, :marketplace_id ]
|
#to_h ⇒ { channel_name: String?, marketplace_id: String? }
201 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 201
def to_h: () -> { channel_name: String?, marketplace_id: String? }
|