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



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

def flattened
  @flattened
end

#keyShapeRef



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

def key
  @key
end

#maxInteger?



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

def max
  @max
end

#minInteger?



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

def min
  @min
end

#valueShapeRef



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

def value
  @value
end