Class: Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#contact_information ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation?
readonly
Returns the value of attribute contact_information.
-
#shipment_id ⇒ String
readonly
Returns the value of attribute shipment_id.
-
#transportation_option_id ⇒ String
readonly
Returns the value of attribute transportation_option_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipment_id, :transportation_option_id, :contact_information ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
Instance Method Summary collapse
-
#members ⇒ [ :shipment_id, :transportation_option_id, :contact_information ]
-
#to_h ⇒ { shipment_id: String, transportation_option_id: String, contact_information: Peddler::APIs::FulfillmentInbound20240320::ContactInformation? }
Instance Attribute Details
#contact_information ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation? (readonly)
Returns the value of attribute contact_information.
2024 2025 2026 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2024 def contact_information @contact_information end |
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
2025 2026 2027 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2025 def shipment_id @shipment_id end |
#transportation_option_id ⇒ String (readonly)
Returns the value of attribute transportation_option_id.
2026 2027 2028 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2026 def transportation_option_id @transportation_option_id end |
Class Method Details
.[](shipment_id:, transportation_option_id:, contact_information:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
2017 2018 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2017
def self.[]: (shipment_id: String, transportation_option_id: String, ?contact_information: Peddler::APIs::FulfillmentInbound20240320::ContactInformation?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
| (String, String, Peddler::APIs::FulfillmentInbound20240320::ContactInformation?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
|
.members ⇒ [ :shipment_id, :transportation_option_id, :contact_information ]
2020 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2020
def self.members: () -> [ :shipment_id, :transportation_option_id, :contact_information ]
|
.new(shipment_id:, transportation_option_id:, contact_information:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
2015 2016 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2015
def self.new: (shipment_id: String, transportation_option_id: String, ?contact_information: Peddler::APIs::FulfillmentInbound20240320::ContactInformation?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
| (String, String, Peddler::APIs::FulfillmentInbound20240320::ContactInformation?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
2022 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2022
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::TransportationSelection
|
Instance Method Details
#members ⇒ [ :shipment_id, :transportation_option_id, :contact_information ]
2028 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2028
def members: () -> [ :shipment_id, :transportation_option_id, :contact_information ]
|
#to_h ⇒ { shipment_id: String, transportation_option_id: String, contact_information: Peddler::APIs::FulfillmentInbound20240320::ContactInformation? }
2029 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2029
def to_h: () -> { shipment_id: String, transportation_option_id: String, contact_information: Peddler::APIs::FulfillmentInbound20240320::ContactInformation? }
|