Class: Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#include_packing_slip_with_label ⇒ Boolean?
readonly
Returns the value of attribute include_packing_slip_with_label.
-
#label_format ⇒ String?
readonly
Returns the value of attribute label_format.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :include_packing_slip_with_label, :label_format ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
Instance Method Summary collapse
-
#include_packing_slip_with_label? ⇒ Boolean
-
#members ⇒ [ :include_packing_slip_with_label, :label_format ]
-
#to_h ⇒ { include_packing_slip_with_label: bool?, label_format: String? }
Instance Attribute Details
#include_packing_slip_with_label ⇒ Boolean? (readonly)
Returns the value of attribute include_packing_slip_with_label.
590 591 592 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 590 def include_packing_slip_with_label @include_packing_slip_with_label end |
#label_format ⇒ String? (readonly)
Returns the value of attribute label_format.
591 592 593 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 591 def label_format @label_format end |
Class Method Details
.[](include_packing_slip_with_label:, label_format:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
583 584 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 583
def self.[]: (?include_packing_slip_with_label: bool?, ?label_format: String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
| (bool?, String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
|
.members ⇒ [ :include_packing_slip_with_label, :label_format ]
586 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 586
def self.members: () -> [ :include_packing_slip_with_label, :label_format ]
|
.new(include_packing_slip_with_label:, label_format:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
581 582 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 581
def self.new: (?include_packing_slip_with_label: bool?, ?label_format: String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
| (bool?, String?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
588 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 588
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOption
|
Instance Method Details
#include_packing_slip_with_label? ⇒ Boolean
593 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 593
def include_packing_slip_with_label?: () -> bool
|
#members ⇒ [ :include_packing_slip_with_label, :label_format ]
594 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 594
def members: () -> [ :include_packing_slip_with_label, :label_format ]
|
#to_h ⇒ { include_packing_slip_with_label: bool?, label_format: String? }
595 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 595
def to_h: () -> { include_packing_slip_with_label: bool?, label_format: String? }
|