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

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)


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

def flattened
  @flattened
end

#maxInteger?

Returns:

  • (Integer, nil)


168
169
170
# File 'lib/seahorse/model/shapes.rb', line 168

def max
  @max
end

#memberShapeRef

Returns:



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

def member
  @member
end

#minInteger?

Returns:

  • (Integer, nil)


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

def min
  @min
end