Class: Peddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest

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

#include_packing_slip_with_labelBoolean? (readonly)

Returns the value of attribute include_packing_slip_with_label.

Returns:

  • (Boolean, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::MerchantFulfillmentV0::LabelFormatOptionRequest

Parameters:

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

Returns:



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

Returns:

  • (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 ]

Returns:

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

Returns:

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