Class: Shippinglogic::FedEx::Track::Details::Event
- Inherits:
-
Object
- Object
- Shippinglogic::FedEx::Track::Details::Event
- Defined in:
- lib/shippinglogic/fedex/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) residential
Returns the value of attribute residential.
-
- (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
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def city @city end |
- (Object) country
Returns the value of attribute country
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def country @country end |
- (Object) name
Returns the value of attribute name
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def name @name end |
- (Object) occured_at
Returns the value of attribute occured_at
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def occured_at @occured_at end |
- (Object) postal_code
Returns the value of attribute postal_code
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def postal_code @postal_code end |
- (Object) residential
Returns the value of attribute residential
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def residential @residential end |
- (Object) state
Returns the value of attribute state
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def state @state end |
- (Object) type
Returns the value of attribute type
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def type @type end |