Class: ShipEngine::Constants::Labels
- Inherits:
-
Struct
- Object
- Struct
- ShipEngine::Constants::Labels
- Defined in:
- lib/shipengine/constants.rb
Instance Attribute Summary collapse
-
#label_by_external_shipment_id ⇒ Object
Returns the value of attribute label_by_external_shipment_id.
-
#purchase_label_with_rate_id ⇒ Object
Returns the value of attribute purchase_label_with_rate_id.
-
#purchase_label_with_shipment_id ⇒ Object
Returns the value of attribute purchase_label_with_shipment_id.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#label_by_external_shipment_id ⇒ Object
Returns the value of attribute label_by_external_shipment_id
59 60 61 |
# File 'lib/shipengine/constants.rb', line 59 def label_by_external_shipment_id @label_by_external_shipment_id end |
#purchase_label_with_rate_id ⇒ Object
Returns the value of attribute purchase_label_with_rate_id
59 60 61 |
# File 'lib/shipengine/constants.rb', line 59 def purchase_label_with_rate_id @purchase_label_with_rate_id end |
#purchase_label_with_shipment_id ⇒ Object
Returns the value of attribute purchase_label_with_shipment_id
59 60 61 |
# File 'lib/shipengine/constants.rb', line 59 def purchase_label_with_shipment_id @purchase_label_with_shipment_id end |
#root ⇒ Object
Returns the value of attribute root
59 60 61 |
# File 'lib/shipengine/constants.rb', line 59 def root @root end |