Class: Peddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#heightFloat? (readonly)

Returns the value of attribute height.

Returns:

  • (Float, nil)


453
454
455
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 453

def height
  @height
end

#label_typeString (readonly)

Returns the value of attribute label_type.

Returns:

  • (String)


454
455
456
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 454

def label_type
  @label_type
end

#locale_codeString? (readonly)

Returns the value of attribute locale_code.

Returns:

  • (String, nil)


455
456
457
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 455

def locale_code
  @locale_code
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


456
457
458
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 456

def marketplace_id
  @marketplace_id
end

#msku_quantitiesArray[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_typeString? (readonly)

Returns the value of attribute page_type.

Returns:

  • (String, nil)


458
459
460
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 458

def page_type
  @page_type
end

#widthFloat? (readonly)

Returns the value of attribute width.

Returns:

  • (Float, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::CreateMarketplaceItemLabelsRequest

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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