Class: Summon::FacetValueGroupFilter

Inherits:
Schema show all
Defined in:
lib/summon/schema/query.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Schema

inherited

Instance Attribute Details

#combine_modeObject (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_nameObject (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_commandObject (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

#tagObject (readonly)

Returns the value of attribute tag.



85
86
87
# File 'lib/summon/schema/query.rb', line 85

def tag
  @tag
end

#valuesObject (readonly)

Returns the value of attribute values.



88
89
90
# File 'lib/summon/schema/query.rb', line 88

def values
  @values
end