Class: CurrencyLayer::ConvertResponse
- Inherits:
-
Object
- Object
- CurrencyLayer::ConvertResponse
- Defined in:
- lib/currency_conversion/convert/convert_response.rb
Constant Summary collapse
- SUCCESS_EXPR =
'success'- ERROR_EXPR =
'error'
Instance Method Summary collapse
Instance Method Details
#bar ⇒ Object
8 9 10 11 |
# File 'lib/currency_conversion/convert/convert_response.rb', line 8 def SUCCESS_EXPR ERROR_EXPR end |