Class: Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#destination ⇒ Peddler::APIs::FulfillmentOutbound20200701::Destination
readonly
Returns the value of attribute destination.
-
#origin ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin
readonly
Returns the value of attribute origin.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination, :origin ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
Instance Method Summary collapse
-
#members ⇒ [ :destination, :origin ]
-
#to_h ⇒ { destination: Peddler::APIs::FulfillmentOutbound20200701::Destination, origin: Peddler::APIs::FulfillmentOutbound20200701::Origin }
Instance Attribute Details
#destination ⇒ Peddler::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 |
#origin ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetDeliveryOffersTerms
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 ]
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 }
|