Class: Summon::FacetValueFilter

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

#field_nameObject (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_commandObject (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_commandObject (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

#valueObject (readonly)

Returns the value of attribute value.



77
78
79
# File 'lib/summon/schema/query.rb', line 77

def value
  @value
end