Class: Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#height ⇒ Float?
readonly
Returns the value of attribute height.
-
#label_type ⇒ String
readonly
Returns the value of attribute label_type.
-
#locale_code ⇒ String?
readonly
Returns the value of attribute locale_code.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#msku_quantities ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity]
readonly
Returns the value of attribute msku_quantities.
-
#page_type ⇒ String?
readonly
Returns the value of attribute page_type.
-
#width ⇒ Float?
readonly
Returns the value of attribute width.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
Instance Method Summary collapse
-
#members ⇒ [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
-
#to_h ⇒ { label_type: String, marketplace_id: String, msku_quantities: Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], height: Float?, locale_code: String?, page_type: String?, width: Float? }
Instance Attribute Details
#height ⇒ Float? (readonly)
Returns the value of attribute height.
453 454 455 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 453 def height @height end |
#label_type ⇒ String (readonly)
Returns the value of attribute label_type.
454 455 456 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 454 def label_type @label_type end |
#locale_code ⇒ String? (readonly)
Returns the value of attribute locale_code.
455 456 457 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 455 def locale_code @locale_code end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
456 457 458 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 456 def marketplace_id @marketplace_id end |
#msku_quantities ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity] (readonly)
Returns the value of attribute msku_quantities.
457 458 459 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 457 def msku_quantities @msku_quantities end |
#page_type ⇒ String? (readonly)
Returns the value of attribute page_type.
458 459 460 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 458 def page_type @page_type end |
#width ⇒ Float? (readonly)
Returns the value of attribute width.
459 460 461 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 459 def width @width end |
Class Method Details
.[](label_type:, marketplace_id:, msku_quantities:, height:, locale_code:, page_type:, width:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
446 447 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 446
def self.[]: (label_type: String, marketplace_id: String, msku_quantities: Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], ?height: Float?, ?locale_code: String?, ?page_type: String?, ?width: Float?) -> Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
| (String, String, Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], Float?, String?, String?, Float?) -> Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
|
.members ⇒ [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
449 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 449
def self.members: () -> [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
|
.new(label_type:, marketplace_id:, msku_quantities:, height:, locale_code:, page_type:, width:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
444 445 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 444
def self.new: (label_type: String, marketplace_id: String, msku_quantities: Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], ?height: Float?, ?locale_code: String?, ?page_type: String?, ?width: Float?) -> Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
| (String, String, Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], Float?, String?, String?, Float?) -> Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
451 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 451
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest
|
Instance Method Details
#members ⇒ [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
461 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 461
def members: () -> [ :label_type, :marketplace_id, :msku_quantities, :height, :locale_code, :page_type, :width ]
|
#to_h ⇒ { label_type: String, marketplace_id: String, msku_quantities: Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], height: Float?, locale_code: String?, page_type: String?, width: Float? }
462 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 462
def to_h: () -> { label_type: String, marketplace_id: String, msku_quantities: Array[Peddler::APIs::FulfillmentInbound20240320::MskuQuantity], height: Float?, locale_code: String?, page_type: String?, width: Float? }
|