Class: Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#delivery_address ⇒ Peddler::APIs::FulfillmentOutbound20260704::Address
readonly
Returns the value of attribute delivery_address.
-
#delivery_notes ⇒ String?
readonly
Returns the value of attribute delivery_notes.
-
#drop_off_location ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation?
readonly
Returns the value of attribute drop_off_location.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :delivery_address, :delivery_notes, :drop_off_location ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
Instance Method Summary collapse
-
#members ⇒ [ :delivery_address, :delivery_notes, :drop_off_location ]
-
#to_h ⇒ { delivery_address: Peddler::APIs::FulfillmentOutbound20260704::Address, delivery_notes: String?, drop_off_location: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation? }
Instance Attribute Details
#delivery_address ⇒ Peddler::APIs::FulfillmentOutbound20260704::Address (readonly)
Returns the value of attribute delivery_address.
544 545 546 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 544 def delivery_address @delivery_address end |
#delivery_notes ⇒ String? (readonly)
Returns the value of attribute delivery_notes.
545 546 547 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 545 def delivery_notes @delivery_notes end |
#drop_off_location ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation? (readonly)
Returns the value of attribute drop_off_location.
546 547 548 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 546 def drop_off_location @drop_off_location end |
Class Method Details
.[](delivery_address:, delivery_notes:, drop_off_location:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
537 538 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 537
def self.[]: (delivery_address: Peddler::APIs::FulfillmentOutbound20260704::Address, ?delivery_notes: String?, ?drop_off_location: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
| (Peddler::APIs::FulfillmentOutbound20260704::Address, String?, Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
|
.members ⇒ [ :delivery_address, :delivery_notes, :drop_off_location ]
540 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 540
def self.members: () -> [ :delivery_address, :delivery_notes, :drop_off_location ]
|
.new(delivery_address:, delivery_notes:, drop_off_location:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
535 536 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 535
def self.new: (delivery_address: Peddler::APIs::FulfillmentOutbound20260704::Address, ?delivery_notes: String?, ?drop_off_location: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
| (Peddler::APIs::FulfillmentOutbound20260704::Address, String?, Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
542 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 542
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDestination
|
Instance Method Details
#members ⇒ [ :delivery_address, :delivery_notes, :drop_off_location ]
548 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 548
def members: () -> [ :delivery_address, :delivery_notes, :drop_off_location ]
|
#to_h ⇒ { delivery_address: Peddler::APIs::FulfillmentOutbound20260704::Address, delivery_notes: String?, drop_off_location: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation? }
549 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 549
def to_h: () -> { delivery_address: Peddler::APIs::FulfillmentOutbound20260704::Address, delivery_notes: String?, drop_off_location: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation? }
|