Class: ActiveShipping::USPS::EventDetails
- Inherits:
-
Struct
- Object
- Struct
- ActiveShipping::USPS::EventDetails
- Defined in:
- lib/active_shipping/carriers/usps.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#event_code ⇒ Object
Returns the value of attribute event_code.
-
#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
11 12 13 |
# File 'lib/active_shipping/carriers/usps.rb', line 11 def description @description end |
#event_code ⇒ Object
Returns the value of attribute event_code
11 12 13 |
# File 'lib/active_shipping/carriers/usps.rb', line 11 def event_code @event_code end |
#location ⇒ Object
Returns the value of attribute location
11 12 13 |
# File 'lib/active_shipping/carriers/usps.rb', line 11 def location @location end |
#time ⇒ Object
Returns the value of attribute time
11 12 13 |
# File 'lib/active_shipping/carriers/usps.rb', line 11 def time @time end |
#zoneless_time ⇒ Object
Returns the value of attribute zoneless_time
11 12 13 |
# File 'lib/active_shipping/carriers/usps.rb', line 11 def zoneless_time @zoneless_time end |