Class: Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#channel_name ⇒ String
readonly
Returns the value of attribute channel_name.
-
#custom_attributes ⇒ Array[String]?
readonly
Returns the value of attribute custom_attributes.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#merchant_id ⇒ String?
readonly
Returns the value of attribute merchant_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
Instance Method Summary collapse
-
#members ⇒ [ :channel_name, :marketplace_id, :custom_attributes, :merchant_id ]
-
#to_h ⇒ { channel_name: String, marketplace_id: String, custom_attributes: Array[String]?, merchant_id: String? }
Instance Attribute Details
#channel_name ⇒ String (readonly)
Returns the value of attribute channel_name.
370 371 372 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 370 def channel_name @channel_name end |
#custom_attributes ⇒ Array[String]? (readonly)
Returns the value of attribute custom_attributes.
371 372 373 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 371 def custom_attributes @custom_attributes end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
372 373 374 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 372 def marketplace_id @marketplace_id end |
#merchant_id ⇒ String? (readonly)
Returns the value of attribute merchant_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
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 ]
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? }
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? }
|