Class: FullSearch::Dsl::Field
- Inherits:
-
Data
- Object
- Data
- FullSearch::Dsl::Field
- Defined in:
- lib/full_search/dsl.rb
Instance Attribute Summary collapse
-
#as ⇒ Object
readonly
Returns the value of attribute as.
-
#async ⇒ Object
readonly
Returns the value of attribute async.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#reindex_on ⇒ Object
readonly
Returns the value of attribute reindex_on.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#weight ⇒ Object
readonly
Returns the value of attribute weight.
Instance Attribute Details
#as ⇒ Object (readonly)
Returns the value of attribute as
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def as @as end |
#async ⇒ Object (readonly)
Returns the value of attribute async
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def async @async end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def name @name end |
#reindex_on ⇒ Object (readonly)
Returns the value of attribute reindex_on
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def reindex_on @reindex_on end |
#source ⇒ Object (readonly)
Returns the value of attribute source
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def source @source end |
#version ⇒ Object (readonly)
Returns the value of attribute version
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def version @version end |
#weight ⇒ Object (readonly)
Returns the value of attribute weight
7 8 9 |
# File 'lib/full_search/dsl.rb', line 7 def weight @weight end |