Class: LanguageLayer::BatchOptions
- Inherits:
-
Object
- Object
- LanguageLayer::BatchOptions
- Includes:
- Hashable
- Defined in:
- lib/language_detection/batch/batch_options.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Method Summary collapse
-
#initialize ⇒ BatchOptions
constructor
A new instance of BatchOptions.
Constructor Details
#initialize ⇒ BatchOptions
Returns a new instance of BatchOptions.
13 14 15 |
# File 'lib/language_detection/batch/batch_options.rb', line 13 def initialize() @query = nil end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
9 10 11 |
# File 'lib/language_detection/batch/batch_options.rb', line 9 def access_key @access_key end |
#query ⇒ Object
Returns the value of attribute query.
11 12 13 |
# File 'lib/language_detection/batch/batch_options.rb', line 11 def query @query end |