Class: Summon::Range

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

#max_valueObject (readonly)

Returns the value of attribute max_value.



104
105
106
# File 'lib/summon/schema/query.rb', line 104

def max_value
  @max_value
end

#min_valueObject (readonly)

Returns the value of attribute min_value.



103
104
105
# File 'lib/summon/schema/query.rb', line 103

def min_value
  @min_value
end