Class: Timeprice::ExchangeResult
- Inherits:
-
Data
- Object
- Data
- Timeprice::ExchangeResult
- Defined in:
- lib/timeprice/exchange.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#effective_date ⇒ Object
readonly
Returns the value of attribute effective_date.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#granularity ⇒ Object
readonly
Returns the value of attribute granularity.
-
#original_amount ⇒ Object
readonly
Returns the value of attribute original_amount.
-
#rate ⇒ Object
readonly
Returns the value of attribute rate.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def amount @amount end |
#date ⇒ Object (readonly)
Returns the value of attribute date
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def date @date end |
#effective_date ⇒ Object (readonly)
Returns the value of attribute effective_date
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def effective_date @effective_date end |
#from ⇒ Object (readonly)
Returns the value of attribute from
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def from @from end |
#granularity ⇒ Object (readonly)
Returns the value of attribute granularity
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def granularity @granularity end |
#original_amount ⇒ Object (readonly)
Returns the value of attribute original_amount
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def original_amount @original_amount end |
#rate ⇒ Object (readonly)
Returns the value of attribute rate
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def rate @rate end |
#to ⇒ Object (readonly)
Returns the value of attribute to
10 11 12 |
# File 'lib/timeprice/exchange.rb', line 10 def to @to end |