Class: LanguageLayer::BatchOptions

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/language_detection/batch/batch_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBatchOptions

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_keyObject

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

#queryObject

Returns the value of attribute query.



11
12
13
# File 'lib/language_detection/batch/batch_options.rb', line 11

def query
  @query
end