Class: Seahorse::Model::Shapes::BlobShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::BlobShape
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?
100
101
102
|
# File 'lib/seahorse/model/shapes.rb', line 100
def max
@max
end
|
#min ⇒ Integer?
97
98
99
|
# File 'lib/seahorse/model/shapes.rb', line 97
def min
@min
end
|