Class: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#channel_nameString? (readonly)

Returns the value of attribute channel_name.

Returns:

  • (String, nil)


197
198
199
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 197

def channel_name
  @channel_name
end

#marketplace_idString? (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }