Class: Seahorse::Model::Shapes::StringShape
- Inherits:
-
Shape
- Object
- Shape
- Seahorse::Model::Shapes::StringShape
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
#enum ⇒ Set<String>?
158
159
160
|
# File 'lib/seahorse/model/shapes.rb', line 158
def enum
@enum
end
|
#max ⇒ Integer?
164
165
166
|
# File 'lib/seahorse/model/shapes.rb', line 164
def max
@max
end
|
#min ⇒ Integer?
161
162
163
|
# File 'lib/seahorse/model/shapes.rb', line 161
def min
@min
end
|