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:



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

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


131
132
133
# File 'lib/seahorse/model/shapes.rb', line 131

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


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

def min
  @min
end

#valueShapeRef

Returns:



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

def value
  @value
end