Class: Seahorse::Model::Shapes::IntegerShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::IntegerShape
show all
- Defined in:
- lib/seahorse/model/shapes.rb
Instance Attribute Summary collapse
Attributes inherited from Shape
#documentation, #name, #union
Method Summary
Methods inherited from Shape
#[], #[]=, #initialize
Instance Attribute Details
#max ⇒ Integer?
163
164
165
|
# File 'lib/seahorse/model/shapes.rb', line 163
def max
@max
end
|
#min ⇒ Integer?
160
161
162
|
# File 'lib/seahorse/model/shapes.rb', line 160
def min
@min
end
|