Class: Peddler::APIs::FulfillmentOutbound20260704::OrderServices
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderServices
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#additional ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute additional.
-
#delivery ⇒ Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?
readonly
Returns the value of attribute delivery.
-
#packaging ⇒ Peddler::APIs::FulfillmentOutbound20260704::PackagingService?
readonly
Returns the value of attribute packaging.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :additional, :delivery, :packaging ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices
Instance Method Summary collapse
-
#members ⇒ [ :additional, :delivery, :packaging ]
-
#to_h ⇒ { additional: Hash[untyped, untyped]?, delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService? }
Instance Attribute Details
#additional ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute additional.
753 754 755 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 753 def additional @additional end |
#delivery ⇒ Peddler::APIs::FulfillmentOutbound20260704::DeliveryService? (readonly)
Returns the value of attribute delivery.
754 755 756 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 754 def delivery @delivery end |
#packaging ⇒ Peddler::APIs::FulfillmentOutbound20260704::PackagingService? (readonly)
Returns the value of attribute packaging.
755 756 757 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 755 def packaging @packaging end |
Class Method Details
.[](additional:, delivery:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices
746 747 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 746
def self.[]: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
|
.members ⇒ [ :additional, :delivery, :packaging ]
749 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 749
def self.members: () -> [ :additional, :delivery, :packaging ]
|
.new(additional:, delivery:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices
744 745 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 744
def self.new: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices
751 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 751
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
|
Instance Method Details
#members ⇒ [ :additional, :delivery, :packaging ]
757 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 757
def members: () -> [ :additional, :delivery, :packaging ]
|
#to_h ⇒ { additional: Hash[untyped, untyped]?, delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService? }
758 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 758
def to_h: () -> { additional: Hash[untyped, untyped]?, delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService? }
|