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)
-
- (Object) city
Returns the value of attribute city.
-
- (Object) country
Returns the value of attribute country.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) occured_at
Returns the value of attribute occured_at.
-
- (Object) postal_code
Returns the value of attribute postal_code.
-
- (Object) state
Returns the value of attribute state.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) city
Returns the value of attribute city
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def city @city end |
- (Object) country
Returns the value of attribute country
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def country @country end |
- (Object) name
Returns the value of attribute name
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def name @name end |
- (Object) occured_at
Returns the value of attribute occured_at
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def occured_at @occured_at end |
- (Object) postal_code
Returns the value of attribute postal_code
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def postal_code @postal_code end |
- (Object) state
Returns the value of attribute state
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def state @state end |
- (Object) type
Returns the value of attribute type
43 44 45 |
# File 'lib/shippinglogic/ups/track.rb', line 43 def type @type end |