Class: Shippinglogic::FedEx::Rate::Service

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



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def currency
  @currency
end

#deadlineObject

Returns the value of attribute deadline.



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def deadline
  @deadline
end

#nameObject

Returns the value of attribute name.



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def name
  @name
end

#rateObject

Returns the value of attribute rate.



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def rate
  @rate
end

#saturdayObject

Returns the value of attribute saturday.



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def saturday
  @saturday
end

#typeObject

Returns the value of attribute type.



90
91
92
# File 'lib/shippinglogic/fedex/rate.rb', line 90

def type
  @type
end