Class: ShipEngine::Constants::Shipments
- Inherits:
-
Struct
- Object
- Struct
- ShipEngine::Constants::Shipments
- Defined in:
- lib/shipengine/constants.rb
Instance Attribute Summary collapse
-
#parse_shipping_info ⇒ Object
Returns the value of attribute parse_shipping_info.
-
#root ⇒ Object
Returns the value of attribute root.
-
#shipment_by_external_id ⇒ Object
Returns the value of attribute shipment_by_external_id.
Instance Attribute Details
#parse_shipping_info ⇒ Object
Returns the value of attribute parse_shipping_info
87 88 89 |
# File 'lib/shipengine/constants.rb', line 87 def parse_shipping_info @parse_shipping_info end |
#root ⇒ Object
Returns the value of attribute root
87 88 89 |
# File 'lib/shipengine/constants.rb', line 87 def root @root end |
#shipment_by_external_id ⇒ Object
Returns the value of attribute shipment_by_external_id
87 88 89 |
# File 'lib/shipengine/constants.rb', line 87 def shipment_by_external_id @shipment_by_external_id end |