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:



134
135
136
# File 'lib/seahorse/model/shapes.rb', line 134

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


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

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


140
141
142
# File 'lib/seahorse/model/shapes.rb', line 140

def min
  @min
end

#valueShapeRef

Returns:



137
138
139
# File 'lib/seahorse/model/shapes.rb', line 137

def value
  @value
end