Class: Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms

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

#destinationPeddler::APIs::FulfillmentOutbound20200701::Destination (readonly)

Returns the value of attribute destination.



819
820
821
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 819

def destination
  @destination
end

#originPeddler::APIs::FulfillmentOutbound20200701::Origin (readonly)

Returns the value of attribute origin.



820
821
822
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 820

def origin
  @origin
end

Class Method Details

.[](destination:, origin:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms



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

def self.[]: (destination: Peddler::APIs::FulfillmentOutbound20200701::Destination, origin: Peddler::APIs::FulfillmentOutbound20200701::Origin) -> Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
| (Peddler::APIs::FulfillmentOutbound20200701::Destination, Peddler::APIs::FulfillmentOutbound20200701::Origin) -> Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms

.members[ :destination, :origin ]

Returns:

  • ([ :destination, :origin ])


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

def self.members: () -> [ :destination, :origin ]

.new(destination:, origin:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms



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

def self.new: (destination: Peddler::APIs::FulfillmentOutbound20200701::Destination, origin: Peddler::APIs::FulfillmentOutbound20200701::Origin) -> Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
| (Peddler::APIs::FulfillmentOutbound20200701::Destination, Peddler::APIs::FulfillmentOutbound20200701::Origin) -> Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms

.parsePeddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :destination, :origin ]

Returns:

  • ([ :destination, :origin ])


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

def members: () -> [ :destination, :origin ]

#to_h{ destination: Peddler::APIs::FulfillmentOutbound20200701::Destination, origin: Peddler::APIs::FulfillmentOutbound20200701::Origin }



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

def to_h: () -> { destination: Peddler::APIs::FulfillmentOutbound20200701::Destination, origin: Peddler::APIs::FulfillmentOutbound20200701::Origin }