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)


190
191
192
# File 'lib/seahorse/model/shapes.rb', line 190

def flattened
  @flattened
end

#keyShapeRef

Returns:



178
179
180
# File 'lib/seahorse/model/shapes.rb', line 178

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


187
188
189
# File 'lib/seahorse/model/shapes.rb', line 187

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


184
185
186
# File 'lib/seahorse/model/shapes.rb', line 184

def min
  @min
end

#valueShapeRef

Returns:



181
182
183
# File 'lib/seahorse/model/shapes.rb', line 181

def value
  @value
end