Class: Timeprice::CompareResult
- Inherits:
-
Data
- Object
- Data
- Timeprice::CompareResult
- Defined in:
- lib/timeprice/compare.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#converted_amount ⇒ Object
readonly
Returns the value of attribute converted_amount.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#cpi_ratio ⇒ Object
readonly
Returns the value of attribute cpi_ratio.
-
#from_currency ⇒ Object
readonly
Returns the value of attribute from_currency.
-
#from_date ⇒ Object
readonly
Returns the value of attribute from_date.
-
#fx_rate ⇒ Object
readonly
Returns the value of attribute fx_rate.
-
#granularity ⇒ Object
readonly
Returns the value of attribute granularity.
-
#original_amount ⇒ Object
readonly
Returns the value of attribute original_amount.
-
#to_currency ⇒ Object
readonly
Returns the value of attribute to_currency.
-
#to_date ⇒ Object
readonly
Returns the value of attribute to_date.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def amount @amount end |
#converted_amount ⇒ Object (readonly)
Returns the value of attribute converted_amount
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def converted_amount @converted_amount end |
#country ⇒ Object (readonly)
Returns the value of attribute country
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def country @country end |
#cpi_ratio ⇒ Object (readonly)
Returns the value of attribute cpi_ratio
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def cpi_ratio @cpi_ratio end |
#from_currency ⇒ Object (readonly)
Returns the value of attribute from_currency
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def from_currency @from_currency end |
#from_date ⇒ Object (readonly)
Returns the value of attribute from_date
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def from_date @from_date end |
#fx_rate ⇒ Object (readonly)
Returns the value of attribute fx_rate
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def fx_rate @fx_rate end |
#granularity ⇒ Object (readonly)
Returns the value of attribute granularity
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def granularity @granularity end |
#original_amount ⇒ Object (readonly)
Returns the value of attribute original_amount
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def original_amount @original_amount end |
#to_currency ⇒ Object (readonly)
Returns the value of attribute to_currency
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def to_currency @to_currency end |
#to_date ⇒ Object (readonly)
Returns the value of attribute to_date
10 11 12 |
# File 'lib/timeprice/compare.rb', line 10 def to_date @to_date end |