Class: Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#delivery_document_listArray[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]? (readonly)

Returns the value of attribute delivery_document_list.



282
283
284
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 282

def delivery_document_list
  @delivery_document_list
end

#drop_off_locationPeddler::APIs::FulfillmentOutbound20200701::DropOffLocation? (readonly)

Returns the value of attribute drop_off_location.



283
284
285
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 283

def drop_off_location
  @drop_off_location
end

Class Method Details

.[](delivery_document_list:, drop_off_location:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation



275
276
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 275

def self.[]: (?delivery_document_list: Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, ?drop_off_location: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation
| (Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation

.members[ :delivery_document_list, :drop_off_location ]

Returns:

  • ([ :delivery_document_list, :drop_off_location ])


278
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 278

def self.members: () -> [ :delivery_document_list, :drop_off_location ]

.new(delivery_document_list:, drop_off_location:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation



273
274
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 273

def self.new: (?delivery_document_list: Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, ?drop_off_location: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation
| (Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation?) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation

.parsePeddler::APIs::FulfillmentOutbound20200701::DeliveryInformation

Parameters:

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

Returns:



280
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 280

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryInformation

Instance Method Details

#members[ :delivery_document_list, :drop_off_location ]

Returns:

  • ([ :delivery_document_list, :drop_off_location ])


285
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 285

def members: () -> [ :delivery_document_list, :drop_off_location ]

#to_h{ delivery_document_list: Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, drop_off_location: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation? }



286
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 286

def to_h: () -> { delivery_document_list: Array[Peddler::APIs::FulfillmentOutbound20200701::DeliveryDocument]?, drop_off_location: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation? }