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
15 16 17 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 15 def description @description end |
#location ⇒ Object
Returns the value of attribute location
15 16 17 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 15 def location @location end |
#time ⇒ Object
Returns the value of attribute time
15 16 17 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 15 def time @time end |
#zoneless_time ⇒ Object
Returns the value of attribute zoneless_time
15 16 17 |
# File 'lib/active_shipping/shipping/carriers/usps.rb', line 15 def zoneless_time @zoneless_time end |