Class: Seahorse::Model::Shapes::StringShape

Inherits:
Shape
  • Object
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

Constructor Details

This class inherits a constructor from Seahorse::Model::Shapes::Shape

Instance Attribute Details

#enumSet<String>?

Returns:

  • (Set<String>, nil)


138
139
140
# File 'lib/seahorse/model/shapes.rb', line 138

def enum
  @enum
end

#maxInteger?

Returns:

  • (Integer, nil)


144
145
146
# File 'lib/seahorse/model/shapes.rb', line 144

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


141
142
143
# File 'lib/seahorse/model/shapes.rb', line 141

def min
  @min
end