Class: Shippinglogic::UPS::Track::Details::Event
- Inherits:
-
Object
- Object
- Shippinglogic::UPS::Track::Details::Event
- Defined in:
- lib/shippinglogic/ups/track.rb
Overview
Each tracking result is an object of this class
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#name ⇒ Object
Returns the value of attribute name.
-
#occured_at ⇒ Object
Returns the value of attribute occured_at.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def country @country end |
#name ⇒ Object
Returns the value of attribute name.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def name @name end |
#occured_at ⇒ Object
Returns the value of attribute occured_at.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def occured_at @occured_at end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def type @type end |