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



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

def key
  @key
end

#maxInteger?



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

def max
  @max
end

#minInteger?



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

def min
  @min
end

#valueShapeRef



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

def value
  @value
end