Class: Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#template_attributes ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute template_attributes.
-
#template_name ⇒ String?
readonly
Returns the value of attribute template_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :template_attributes, :template_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
Instance Method Summary collapse
-
#members ⇒ [ :template_attributes, :template_name ]
-
#to_h ⇒ { template_attributes: Hash[untyped, untyped]?, template_name: String? }
Instance Attribute Details
#template_attributes ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute template_attributes.
700 701 702 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 700 def template_attributes @template_attributes end |
#template_name ⇒ String? (readonly)
Returns the value of attribute template_name.
701 702 703 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 701 def template_name @template_name end |
Class Method Details
.[](template_attributes:, template_name:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
693 694 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 693
def self.[]: (?template_attributes: Hash[untyped, untyped]?, ?template_name: String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
| (Hash[untyped, untyped]?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
|
.members ⇒ [ :template_attributes, :template_name ]
696 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 696
def self.members: () -> [ :template_attributes, :template_name ]
|
.new(template_attributes:, template_name:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
691 692 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 691
def self.new: (?template_attributes: Hash[untyped, untyped]?, ?template_name: String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
| (Hash[untyped, untyped]?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
698 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 698
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderPackingSlip
|
Instance Method Details
#members ⇒ [ :template_attributes, :template_name ]
703 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 703
def members: () -> [ :template_attributes, :template_name ]
|
#to_h ⇒ { template_attributes: Hash[untyped, untyped]?, template_name: String? }
704 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 704
def to_h: () -> { template_attributes: Hash[untyped, untyped]?, template_name: String? }
|