Module: Eson::Shared::Analyze
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/analyze.rb
Instance Attribute Summary collapse
-
#analyzer ⇒ Object
Returns the value of attribute analyzer.
-
#format ⇒ Object
Returns the value of attribute format.
-
#text ⇒ Object
Returns the value of attribute text.
Method Summary
Methods included from API
multi_index, multi_types, no_indices, parameters, register, source_param
Methods included from Chainable
Instance Attribute Details
#analyzer ⇒ Object
Returns the value of attribute analyzer.
8 9 10 |
# File 'lib/eson/shared/indices/analyze.rb', line 8 def analyzer @analyzer end |
#format ⇒ Object
Returns the value of attribute format.
8 9 10 |
# File 'lib/eson/shared/indices/analyze.rb', line 8 def format @format end |
#text ⇒ Object
Returns the value of attribute text.
8 9 10 |
# File 'lib/eson/shared/indices/analyze.rb', line 8 def text @text end |