Class: Summon::FacetValueGroupFilter
- Defined in:
- lib/summon/schema/query.rb
Instance Attribute Summary collapse
-
#combine_mode ⇒ Object
readonly
Returns the value of attribute combine_mode.
-
#field_name ⇒ Object
readonly
Returns the value of attribute field_name.
-
#remove_command ⇒ Object
readonly
Returns the value of attribute remove_command.
-
#tag ⇒ Object
readonly
Returns the value of attribute tag.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#combine_mode ⇒ Object (readonly)
Returns the value of attribute combine_mode.
84 85 86 |
# File 'lib/summon/schema/query.rb', line 84 def combine_mode @combine_mode end |
#field_name ⇒ Object (readonly)
Returns the value of attribute field_name.
86 87 88 |
# File 'lib/summon/schema/query.rb', line 86 def field_name @field_name end |
#remove_command ⇒ Object (readonly)
Returns the value of attribute remove_command.
87 88 89 |
# File 'lib/summon/schema/query.rb', line 87 def remove_command @remove_command end |
#tag ⇒ Object (readonly)
Returns the value of attribute tag.
85 86 87 |
# File 'lib/summon/schema/query.rb', line 85 def tag @tag end |
#values ⇒ Object (readonly)
Returns the value of attribute values.
88 89 90 |
# File 'lib/summon/schema/query.rb', line 88 def values @values end |