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.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def currency
  @currency
end

#delivered_byObject

Returns the value of attribute delivered_by.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def delivered_by
  @delivered_by
end

#nameObject

Returns the value of attribute name.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def name
  @name
end

#rateObject

Returns the value of attribute rate.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def rate
  @rate
end

#saturdayObject

Returns the value of attribute saturday.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def saturday
  @saturday
end

#speedObject

Returns the value of attribute speed.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def speed
  @speed
end

#typeObject

Returns the value of attribute type.



100
101
102
# File 'lib/shippinglogic/fedex/rate.rb', line 100

def type
  @type
end