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