Class: Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#custom_text_for_label ⇒ String?
readonly
Returns the value of attribute custom_text_for_label.
-
#standard_id_for_label ⇒ String?
readonly
Returns the value of attribute standard_id_for_label.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :custom_text_for_label, :standard_id_for_label ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
Instance Method Summary collapse
-
#members ⇒ [ :custom_text_for_label, :standard_id_for_label ]
-
#to_h ⇒ { custom_text_for_label: String?, standard_id_for_label: String? }
Instance Attribute Details
#custom_text_for_label ⇒ String? (readonly)
Returns the value of attribute custom_text_for_label.
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_label ⇒ String? (readonly)
Returns the value of attribute standard_id_for_label.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelCustomization
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 ]
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? }
555 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 555
def to_h: () -> { custom_text_for_label: String?, standard_id_for_label: String? }
|