Class: Summon::FacetValueFilter
- Defined in:
- lib/summon/schema/query.rb
Instance Attribute Summary collapse
-
#field_name ⇒ Object
readonly
Returns the value of attribute field_name.
-
#negate_command ⇒ Object
readonly
Returns the value of attribute negate_command.
-
#negated? ⇒ Object
readonly
Returns the value of attribute negated?.
-
#remove_command ⇒ Object
readonly
Returns the value of attribute remove_command.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#field_name ⇒ Object (readonly)
Returns the value of attribute field_name.
78 79 80 |
# File 'lib/summon/schema/query.rb', line 78 def field_name @field_name end |
#negate_command ⇒ Object (readonly)
Returns the value of attribute negate_command.
80 81 82 |
# File 'lib/summon/schema/query.rb', line 80 def negate_command @negate_command end |
#negated? ⇒ Object (readonly)
Returns the value of attribute negated?.
76 77 78 |
# File 'lib/summon/schema/query.rb', line 76
def negated?
@negated?
end
|
#remove_command ⇒ Object (readonly)
Returns the value of attribute remove_command.
79 80 81 |
# File 'lib/summon/schema/query.rb', line 79 def remove_command @remove_command end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
77 78 79 |
# File 'lib/summon/schema/query.rb', line 77 def value @value end |