Class: CurrencyLayer::ListResponse
- Inherits:
-
Object
- Object
- CurrencyLayer::ListResponse
- Defined in:
- lib/currency_conversion/list/list_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/list/list_response.rb', line 8 def SUCCESS_EXPR ERROR_EXPR end |