Class: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_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)


370
371
372
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 370

def channel_name
  @channel_name
end

#custom_attributesArray[String]? (readonly)

Returns the value of attribute custom_attributes.

Returns:

  • (Array[String], nil)


371
372
373
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 371

def custom_attributes
  @custom_attributes
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


372
373
374
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 372

def marketplace_id
  @marketplace_id
end

#merchant_idString? (readonly)

Returns the value of attribute merchant_id.

Returns:

  • (String, nil)


373
374
375
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 373

def merchant_id
  @merchant_id
end

Class Method Details

.[](channel_name:, marketplace_id:, custom_attributes:, merchant_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

Overloads:



363
364
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 363

def self.[]: (channel_name: String, marketplace_id: String, ?custom_attributes: Array[String]?, ?merchant_id: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
| (String, String, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

.members[ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]

Returns:

  • ([ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ])


366
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 366

def self.members: () -> [ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]

.new(channel_name:, marketplace_id:, custom_attributes:, merchant_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

Overloads:



361
362
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 361

def self.new: (channel_name: String, marketplace_id: String, ?custom_attributes: Array[String]?, ?merchant_id: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
| (String, String, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

Parameters:

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

Returns:



368
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 368

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes

Instance Method Details

#members[ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]

Returns:

  • ([ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ])


375
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 375

def members: () -> [ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]

#to_h{ channel_name: String, marketplace_id: String, custom_attributes: Array[String]?, merchant_id: String? }

Returns:

  • ({ channel_name: String, marketplace_id: String, custom_attributes: Array[String]?, merchant_id: String? })


376
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 376

def to_h: () -> { channel_name: String, marketplace_id: String, custom_attributes: Array[String]?, merchant_id: String? }