Class: ActiveShipping::USPS::EventDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_shipping/carriers/usps.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/active_shipping/carriers/usps.rb', line 13

def description
  @description
end

#event_codeObject

Returns the value of attribute event_code

Returns:

  • (Object)

    the current value of event_code



13
14
15
# File 'lib/active_shipping/carriers/usps.rb', line 13

def event_code
  @event_code
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



13
14
15
# File 'lib/active_shipping/carriers/usps.rb', line 13

def location
  @location
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



13
14
15
# File 'lib/active_shipping/carriers/usps.rb', line 13

def time
  @time
end

#zoneless_timeObject

Returns the value of attribute zoneless_time

Returns:

  • (Object)

    the current value of zoneless_time



13
14
15
# File 'lib/active_shipping/carriers/usps.rb', line 13

def zoneless_time
  @zoneless_time
end