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
Method Summary
Methods inherited from Shape
#[], #[]=, #initialize
Instance Attribute Details
#max ⇒ Integer?
122
123
124
|
# File 'lib/seahorse/model/shapes.rb', line 122
def max
@max
end
|
#min ⇒ Integer?
119
120
121
|
# File 'lib/seahorse/model/shapes.rb', line 119
def min
@min
end
|