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)


158
159
160
# File 'lib/seahorse/model/shapes.rb', line 158

def enum
  @enum
end

#maxInteger?

Returns:

  • (Integer, nil)


164
165
166
# File 'lib/seahorse/model/shapes.rb', line 164

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


161
162
163
# File 'lib/seahorse/model/shapes.rb', line 161

def min
  @min
end