Class: Shippinglogic::UPS::Rate::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/shippinglogic/ups/rate.rb

Overview

Each rate result is an object of this class

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



89
90
91
# File 'lib/shippinglogic/ups/rate.rb', line 89

def currency
  @currency
end

#nameObject

Returns the value of attribute name.



89
90
91
# File 'lib/shippinglogic/ups/rate.rb', line 89

def name
  @name
end

#rateObject

Returns the value of attribute rate.



89
90
91
# File 'lib/shippinglogic/ups/rate.rb', line 89

def rate
  @rate
end

#speedObject

Returns the value of attribute speed.



89
90
91
# File 'lib/shippinglogic/ups/rate.rb', line 89

def speed
  @speed
end

#typeObject

Returns the value of attribute type.



89
90
91
# File 'lib/shippinglogic/ups/rate.rb', line 89

def type
  @type
end