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
-
#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.
-
#residential ⇒ Object
Returns the value of attribute residential.
-
#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.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def country @country end |
#name ⇒ Object
Returns the value of attribute name.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def name @name end |
#occured_at ⇒ Object
Returns the value of attribute occured_at.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def occured_at @occured_at end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def postal_code @postal_code end |
#residential ⇒ Object
Returns the value of attribute residential.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def residential @residential end |
#state ⇒ Object
Returns the value of attribute state.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
39 40 41 |
# File 'lib/shippinglogic/fedex/track.rb', line 39 def type @type end |