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)


424
425
426
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 424

def channel_name
  @channel_name
end

#custom_attributesArray[String]? (readonly)

Returns the value of attribute custom_attributes.

Returns:

  • (Array[String], nil)


425
426
427
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 425

def custom_attributes
  @custom_attributes
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


426
427
428
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 426

def marketplace_id
  @marketplace_id
end

#merchant_idString? (readonly)

Returns the value of attribute merchant_id.

Returns:

  • (String, nil)


427
428
429
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 427

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:



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

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 ])


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

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:



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

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:



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

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 ])


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

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? })


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

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