Class: Seahorse::Model::Shapes::MapShape

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

#keyShapeRef

Returns:



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

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


151
152
153
# File 'lib/seahorse/model/shapes.rb', line 151

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


148
149
150
# File 'lib/seahorse/model/shapes.rb', line 148

def min
  @min
end

#valueShapeRef

Returns:



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

def value
  @value
end