class Seahorse::Model::ShapeMap

def initialize(shape_defs = {})

Parameters:
  • shape_defs (Hash) -- ({}) A hash of shape definitions.
def initialize(shape_defs = {})
  @definitions = shape_defs
  @shapes = {}
end