Class: Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
- 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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :include_packing_slip_with_label ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
Instance Method Summary collapse
-
#include_packing_slip_with_label? ⇒ Boolean
-
#members ⇒ [ :include_packing_slip_with_label ]
-
#to_h ⇒ { include_packing_slip_with_label: bool? }
Instance Attribute Details
#include_packing_slip_with_label ⇒ Boolean? (readonly)
Returns the value of attribute include_packing_slip_with_label.
608 609 610 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 608 def include_packing_slip_with_label @include_packing_slip_with_label end |
Class Method Details
.[](include_packing_slip_with_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest .[](arg0) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
601 602 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 601
def self.[]: (?include_packing_slip_with_label: bool?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
| (bool?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
|
.members ⇒ [ :include_packing_slip_with_label ]
604 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 604
def self.members: () -> [ :include_packing_slip_with_label ]
|
.new(include_packing_slip_with_label:) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest .new(arg0) ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
599 600 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 599
def self.new: (?include_packing_slip_with_label: bool?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
| (bool?) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
606 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 606
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest
|
Instance Method Details
#include_packing_slip_with_label? ⇒ Boolean
610 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 610
def include_packing_slip_with_label?: () -> bool
|
#members ⇒ [ :include_packing_slip_with_label ]
611 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 611
def members: () -> [ :include_packing_slip_with_label ]
|
#to_h ⇒ { include_packing_slip_with_label: bool? }
612 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 612
def to_h: () -> { include_packing_slip_with_label: bool? }
|