Class: Peddler::APIs::FulfillmentOutbound20260704::OrderDestination

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#delivery_addressPeddler::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_notesString? (readonly)

Returns the value of attribute delivery_notes.

Returns:

  • (String, nil)


545
546
547
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 545

def delivery_notes
  @delivery_notes
end

#drop_off_locationPeddler::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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentOutbound20260704::OrderDestination

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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? }