Class: Peddler::APIs::FulfillmentInbound20240320::TransportationOption
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::TransportationOption
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#carrier ⇒ Peddler::APIs::FulfillmentInbound20240320::Carrier
readonly
Returns the value of attribute carrier.
-
#carrier_appointment ⇒ Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?
readonly
Returns the value of attribute carrier_appointment.
-
#preconditions ⇒ Array[String]
readonly
Returns the value of attribute preconditions.
-
#quote ⇒ Peddler::APIs::FulfillmentInbound20240320::Quote?
readonly
Returns the value of attribute quote.
-
#shipment_id ⇒ String
readonly
Returns the value of attribute shipment_id.
-
#shipping_mode ⇒ String
readonly
Returns the value of attribute shipping_mode.
-
#shipping_solution ⇒ String
readonly
Returns the value of attribute shipping_solution.
-
#transportation_option_id ⇒ String
readonly
Returns the value of attribute transportation_option_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption
Instance Method Summary collapse
-
#members ⇒ [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
-
#to_h ⇒ { carrier: Peddler::APIs::FulfillmentInbound20240320::Carrier, preconditions: Array[String], shipment_id: String, shipping_mode: String, shipping_solution: String, transportation_option_id: String, carrier_appointment: Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, quote: Peddler::APIs::FulfillmentInbound20240320::Quote? }
Instance Attribute Details
#carrier ⇒ Peddler::APIs::FulfillmentInbound20240320::Carrier (readonly)
Returns the value of attribute carrier.
2001 2002 2003 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2001 def carrier @carrier end |
#carrier_appointment ⇒ Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment? (readonly)
Returns the value of attribute carrier_appointment.
2002 2003 2004 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2002 def carrier_appointment @carrier_appointment end |
#preconditions ⇒ Array[String] (readonly)
Returns the value of attribute preconditions.
2003 2004 2005 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2003 def preconditions @preconditions end |
#quote ⇒ Peddler::APIs::FulfillmentInbound20240320::Quote? (readonly)
Returns the value of attribute quote.
2004 2005 2006 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2004 def quote @quote end |
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
2005 2006 2007 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2005 def shipment_id @shipment_id end |
#shipping_mode ⇒ String (readonly)
Returns the value of attribute shipping_mode.
2006 2007 2008 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2006 def shipping_mode @shipping_mode end |
#shipping_solution ⇒ String (readonly)
Returns the value of attribute shipping_solution.
2007 2008 2009 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2007 def shipping_solution @shipping_solution end |
#transportation_option_id ⇒ String (readonly)
Returns the value of attribute transportation_option_id.
2008 2009 2010 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2008 def transportation_option_id @transportation_option_id end |
Class Method Details
.[](carrier:, preconditions:, shipment_id:, shipping_mode:, shipping_solution:, transportation_option_id:, carrier_appointment:, quote:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption
1994 1995 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1994
def self.[]: (carrier: Peddler::APIs::FulfillmentInbound20240320::Carrier, preconditions: Array[String], shipment_id: String, shipping_mode: String, shipping_solution: String, transportation_option_id: String, ?carrier_appointment: Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, ?quote: Peddler::APIs::FulfillmentInbound20240320::Quote?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationOption
| (Peddler::APIs::FulfillmentInbound20240320::Carrier, Array[String], String, String, String, String, Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, Peddler::APIs::FulfillmentInbound20240320::Quote?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationOption
|
.members ⇒ [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
1997 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1997
def self.members: () -> [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
|
.new(carrier:, preconditions:, shipment_id:, shipping_mode:, shipping_solution:, transportation_option_id:, carrier_appointment:, quote:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption
1992 1993 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1992
def self.new: (carrier: Peddler::APIs::FulfillmentInbound20240320::Carrier, preconditions: Array[String], shipment_id: String, shipping_mode: String, shipping_solution: String, transportation_option_id: String, ?carrier_appointment: Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, ?quote: Peddler::APIs::FulfillmentInbound20240320::Quote?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationOption
| (Peddler::APIs::FulfillmentInbound20240320::Carrier, Array[String], String, String, String, String, Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, Peddler::APIs::FulfillmentInbound20240320::Quote?) -> Peddler::APIs::FulfillmentInbound20240320::TransportationOption
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption
1999 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1999
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::TransportationOption
|
Instance Method Details
#members ⇒ [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
2010 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2010
def members: () -> [ :carrier, :preconditions, :shipment_id, :shipping_mode, :shipping_solution, :transportation_option_id, :carrier_appointment, :quote ]
|
#to_h ⇒ { carrier: Peddler::APIs::FulfillmentInbound20240320::Carrier, preconditions: Array[String], shipment_id: String, shipping_mode: String, shipping_solution: String, transportation_option_id: String, carrier_appointment: Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, quote: Peddler::APIs::FulfillmentInbound20240320::Quote? }
2011 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2011
def to_h: () -> { carrier: Peddler::APIs::FulfillmentInbound20240320::Carrier, preconditions: Array[String], shipment_id: String, shipping_mode: String, shipping_solution: String, transportation_option_id: String, carrier_appointment: Peddler::APIs::FulfillmentInbound20240320::CarrierAppointment?, quote: Peddler::APIs::FulfillmentInbound20240320::Quote? }
|