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

#maxInteger?

Returns:

  • (Integer, nil)


127
128
129
# File 'lib/seahorse/model/shapes.rb', line 127

def max
  @max
end

#memberShapeRef

Returns:



121
122
123
# File 'lib/seahorse/model/shapes.rb', line 121

def member
  @member
end

#minInteger?

Returns:

  • (Integer, nil)


124
125
126
# File 'lib/seahorse/model/shapes.rb', line 124

def min
  @min
end