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.
-
#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
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def amount @amount end |
#date ⇒ Object (readonly)
Returns the value of attribute date
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def date @date end |
#effective_date ⇒ Object (readonly)
Returns the value of attribute effective_date
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def effective_date @effective_date end |
#from ⇒ Object (readonly)
Returns the value of attribute from
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def from @from end |
#original_amount ⇒ Object (readonly)
Returns the value of attribute original_amount
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def original_amount @original_amount end |
#rate ⇒ Object (readonly)
Returns the value of attribute rate
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def rate @rate end |
#to ⇒ Object (readonly)
Returns the value of attribute to
9 10 11 |
# File 'lib/timeprice/exchange.rb', line 9 def to @to end |