Class: Exchange
- Inherits:
-
Object
- Object
- Exchange
- Defined in:
- lib/compropago_sdk/factory/models/exchange.rb
Instance Attribute Summary collapse
-
#exchange_id ⇒ Object
Returns the value of attribute exchange_id.
-
#final_amount ⇒ Object
Returns the value of attribute final_amount.
-
#final_currency ⇒ Object
Returns the value of attribute final_currency.
-
#origin_amount ⇒ Object
Returns the value of attribute origin_amount.
-
#origin_currency ⇒ Object
Returns the value of attribute origin_currency.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#exchange_id ⇒ Object
Returns the value of attribute exchange_id.
9 10 11 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 9 def exchange_id @exchange_id end |
#final_amount ⇒ Object
Returns the value of attribute final_amount.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 6 def final_amount @final_amount end |
#final_currency ⇒ Object
Returns the value of attribute final_currency.
8 9 10 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 8 def final_currency @final_currency end |
#origin_amount ⇒ Object
Returns the value of attribute origin_amount.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 5 def origin_amount @origin_amount end |
#origin_currency ⇒ Object
Returns the value of attribute origin_currency.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 7 def origin_currency @origin_currency end |
#rate ⇒ Object
Returns the value of attribute rate.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 3 def rate @rate end |
#request ⇒ Object
Returns the value of attribute request.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 4 def request @request end |