Class: Summon::FacetValueGroupFilterValue
- Defined in:
- lib/summon/schema/query.rb
Instance Attribute Summary collapse
-
#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
#remove_command ⇒ Object (readonly)
Returns the value of attribute remove_command.
93 94 95 |
# File 'lib/summon/schema/query.rb', line 93 def remove_command @remove_command end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
92 93 94 |
# File 'lib/summon/schema/query.rb', line 92 def value @value end |