Class: Seahorse::Model::Shapes::FloatShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::FloatShape
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?
112
113
114
|
# File 'lib/seahorse/model/shapes.rb', line 112
def max
@max
end
|
#min ⇒ Integer?
109
110
111
|
# File 'lib/seahorse/model/shapes.rb', line 109
def min
@min
end
|