Class: Shippinglogic::UPS::Track::Details::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/shippinglogic/ups/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.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def city
  @city
end

#countryObject

Returns the value of attribute country.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def country
  @country
end

#nameObject

Returns the value of attribute name.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def name
  @name
end

#occured_atObject

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_codeObject

Returns the value of attribute postal_code.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def state
  @state
end

#typeObject

Returns the value of attribute type.



43
44
45
# File 'lib/shippinglogic/ups/track.rb', line 43

def type
  @type
end