Class: ActiveMerchant::Shipping::USPS::EventDetails
- Defined in:
- lib/active_shipping/shipping/carriers/usps.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#location ⇒ Object
Returns the value of attribute location.
-
#time ⇒ Object
Returns the value of attribute time.
-
#zoneless_time ⇒ Object
Returns the value of attribute zoneless_time.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
16 17 18 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 16 def description @description end |
#location ⇒ Object
Returns the value of attribute location
16 17 18 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 16 def location @location end |
#time ⇒ Object
Returns the value of attribute time
16 17 18 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 16 def time @time end |
#zoneless_time ⇒ Object
Returns the value of attribute zoneless_time
16 17 18 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 16 def zoneless_time @zoneless_time end |