Class: Shippinglogic::FedEx::Track::Details::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/shippinglogic/fedex/track.rb

Overview

Each tracking result is an object of this class

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def city
  @city
end

#countryObject

Returns the value of attribute country.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def country
  @country
end

#nameObject

Returns the value of attribute name.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def name
  @name
end

#occured_atObject

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_codeObject

Returns the value of attribute postal_code.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def postal_code
  @postal_code
end

#residentialObject

Returns the value of attribute residential.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def residential
  @residential
end

#stateObject

Returns the value of attribute state.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def state
  @state
end

#typeObject

Returns the value of attribute type.



39
40
41
# File 'lib/shippinglogic/fedex/track.rb', line 39

def type
  @type
end