Class: Seahorse::Model::Shapes::ListShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::ListShape
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?
135
136
137
|
# File 'lib/seahorse/model/shapes.rb', line 135
def max
@max
end
|
129
130
131
|
# File 'lib/seahorse/model/shapes.rb', line 129
def member
@member
end
|
#min ⇒ Integer?
132
133
134
|
# File 'lib/seahorse/model/shapes.rb', line 132
def min
@min
end
|