Class: Seahorse::Model::Shapes::ListShape

Inherits:
Shape
  • Object
show all
Defined in:
lib/seahorse/model/shapes.rb

Instance Attribute Summary collapse

Attributes inherited from Shape

#documentation, #name, #union

Method Summary

Methods inherited from Shape

#[], #[]=, #initialize

Constructor Details

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

Instance Attribute Details

#flattenedBoolean

Returns:

  • (Boolean)


179
180
181
# File 'lib/seahorse/model/shapes.rb', line 179

def flattened
  @flattened
end

#maxInteger?

Returns:

  • (Integer, nil)


176
177
178
# File 'lib/seahorse/model/shapes.rb', line 176

def max
  @max
end

#memberShapeRef

Returns:



170
171
172
# File 'lib/seahorse/model/shapes.rb', line 170

def member
  @member
end

#minInteger?

Returns:

  • (Integer, nil)


173
174
175
# File 'lib/seahorse/model/shapes.rb', line 173

def min
  @min
end