Class: FullSearch::Dsl::RankBy
- Inherits:
-
Data
- Object
- Data
- FullSearch::Dsl::RankBy
- Defined in:
- lib/full_search/dsl.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
10 11 12 |
# File 'lib/full_search/dsl.rb', line 10 def column @column end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
10 11 12 |
# File 'lib/full_search/dsl.rb', line 10 def direction @direction end |