Class: Summon::RangeFilter

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.



97
98
99
# File 'lib/summon/schema/query.rb', line 97

def field_name
  @field_name
end

#rangeObject (readonly)

Returns the value of attribute range.



98
99
100
# File 'lib/summon/schema/query.rb', line 98

def range
  @range
end

#remove_commandObject (readonly)

Returns the value of attribute remove_command.



99
100
101
# File 'lib/summon/schema/query.rb', line 99

def remove_command
  @remove_command
end