Class: Summon::RangeFilter
Instance Attribute Summary collapse
-
#field_name ⇒ Object
readonly
Returns the value of attribute field_name.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#remove_command ⇒ Object
readonly
Returns the value of attribute remove_command.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#field_name ⇒ Object (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 |
#range ⇒ Object (readonly)
Returns the value of attribute range.
98 99 100 |
# File 'lib/summon/schema/query.rb', line 98 def range @range end |
#remove_command ⇒ Object (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 |