Class: Seahorse::Model::Shapes::MapShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::MapShape
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
142
143
144
|
# File 'lib/seahorse/model/shapes.rb', line 142
def key
@key
end
|
#max ⇒ Integer?
151
152
153
|
# File 'lib/seahorse/model/shapes.rb', line 151
def max
@max
end
|
#min ⇒ Integer?
148
149
150
|
# File 'lib/seahorse/model/shapes.rb', line 148
def min
@min
end
|
145
146
147
|
# File 'lib/seahorse/model/shapes.rb', line 145
def value
@value
end
|