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.
424 425 426 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 424 def channel_name @channel_name end |
#custom_attributes ⇒ Array[String]? (readonly)
Returns the value of attribute custom_attributes.
425 426 427 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 425 def custom_attributes @custom_attributes end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
426 427 428 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 426 def marketplace_id @marketplace_id end |
#merchant_id ⇒ String? (readonly)
Returns the value of attribute merchant_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::MarketplaceAttributes
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 ]
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? }
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? }
|