Class: ShipEngine::Constants::NamespaceV1
- Inherits:
-
Struct
- Object
- Struct
- ShipEngine::Constants::NamespaceV1
- Defined in:
- lib/shipengine/constants.rb
Instance Attribute Summary collapse
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#batches ⇒ Object
Returns the value of attribute batches.
-
#carriers ⇒ Object
Returns the value of attribute carriers.
-
#carriers_accounts ⇒ Object
Returns the value of attribute carriers_accounts.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#manifests ⇒ Object
Returns the value of attribute manifests.
-
#package_pickups ⇒ Object
Returns the value of attribute package_pickups.
-
#package_types ⇒ Object
Returns the value of attribute package_types.
-
#rates ⇒ Object
Returns the value of attribute rates.
-
#service_points ⇒ Object
Returns the value of attribute service_points.
-
#shipments ⇒ Object
Returns the value of attribute shipments.
-
#shipsurance ⇒ Object
Returns the value of attribute shipsurance.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
-
#tracking ⇒ Object
Returns the value of attribute tracking.
-
#warehouses ⇒ Object
Returns the value of attribute warehouses.
-
#webhooks ⇒ Object
Returns the value of attribute webhooks.
Instance Attribute Details
#addresses ⇒ Object
Returns the value of attribute addresses
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def addresses @addresses end |
#batches ⇒ Object
Returns the value of attribute batches
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def batches @batches end |
#carriers ⇒ Object
Returns the value of attribute carriers
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def carriers @carriers end |
#carriers_accounts ⇒ Object
Returns the value of attribute carriers_accounts
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def carriers_accounts @carriers_accounts end |
#labels ⇒ Object
Returns the value of attribute labels
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def labels @labels end |
#manifests ⇒ Object
Returns the value of attribute manifests
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def manifests @manifests end |
#package_pickups ⇒ Object
Returns the value of attribute package_pickups
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def package_pickups @package_pickups end |
#package_types ⇒ Object
Returns the value of attribute package_types
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def package_types @package_types end |
#rates ⇒ Object
Returns the value of attribute rates
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def rates @rates end |
#service_points ⇒ Object
Returns the value of attribute service_points
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def service_points @service_points end |
#shipments ⇒ Object
Returns the value of attribute shipments
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def shipments @shipments end |
#shipsurance ⇒ Object
Returns the value of attribute shipsurance
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def shipsurance @shipsurance end |
#tags ⇒ Object
Returns the value of attribute tags
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def end |
#tokens ⇒ Object
Returns the value of attribute tokens
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def tokens @tokens end |
#tracking ⇒ Object
Returns the value of attribute tracking
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def tracking @tracking end |
#warehouses ⇒ Object
Returns the value of attribute warehouses
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def warehouses @warehouses end |
#webhooks ⇒ Object
Returns the value of attribute webhooks
15 16 17 |
# File 'lib/shipengine/constants.rb', line 15 def webhooks @webhooks end |