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

#flattenedBoolean

Returns:

  • (Boolean)


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

def flattened
  @flattened
end

#keyShapeRef

Returns:



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

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


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

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


158
159
160
# File 'lib/seahorse/model/shapes.rb', line 158

def min
  @min
end

#valueShapeRef

Returns:



155
156
157
# File 'lib/seahorse/model/shapes.rb', line 155

def value
  @value
end