Class: Summon::Range
Instance Attribute Summary collapse
-
#max_value ⇒ Object
readonly
Returns the value of attribute max_value.
-
#min_value ⇒ Object
readonly
Returns the value of attribute min_value.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#max_value ⇒ Object (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_value ⇒ Object (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 |