Class: Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#custom_text_for_labelString? (readonly)

Returns the value of attribute custom_text_for_label.

Returns:

  • (String, nil)


551
552
553
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 551

def custom_text_for_label
  @custom_text_for_label
end

#standard_id_for_labelString? (readonly)

Returns the value of attribute standard_id_for_label.

Returns:

  • (String, nil)


552
553
554
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 552

def standard_id_for_label
  @standard_id_for_label
end

Class Method Details

.[](custom_text_for_label:, standard_id_for_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

Overloads:



544
545
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 544

def self.[]: (?custom_text_for_label: String?, ?standard_id_for_label: String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
| (String?, String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

.members[ :custom_text_for_label, :standard_id_for_label ]

Returns:

  • ([ :custom_text_for_label, :standard_id_for_label ])


547
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 547

def self.members: () -> [ :custom_text_for_label, :standard_id_for_label ]

.new(custom_text_for_label:, standard_id_for_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

Overloads:



542
543
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 542

def self.new: (?custom_text_for_label: String?, ?standard_id_for_label: String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
| (String?, String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

.parsePeddler::APIs::MerchantFulfillmentV0::LabelCustomization

Parameters:

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

Returns:



549
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 549

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::LabelCustomization

Instance Method Details

#members[ :custom_text_for_label, :standard_id_for_label ]

Returns:

  • ([ :custom_text_for_label, :standard_id_for_label ])


554
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 554

def members: () -> [ :custom_text_for_label, :standard_id_for_label ]

#to_h{ custom_text_for_label: String?, standard_id_for_label: String? }

Returns:

  • ({ custom_text_for_label: String?, standard_id_for_label: String? })


555
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 555

def to_h: () -> { custom_text_for_label: String?, standard_id_for_label: String? }