Class: LanguageLayer::BatchResponse
- Inherits:
-
Object
- Object
- LanguageLayer::BatchResponse
- Defined in:
- lib/language_detection/batch/batch_response.rb
Constant Summary collapse
- SUCCESS_EXPR =
'success'
- ERROR_EXPR =
'error'
Instance Method Summary collapse
Instance Method Details
#bar ⇒ Object
10 11 12 13 |
# File 'lib/language_detection/batch/batch_response.rb', line 10 def SUCCESS_EXPR ERROR_EXPR end |