class Seahorse::Model::Shapes::Map
def initialize(definition, options = {})
def initialize(definition, options = {}) super @min = definition['min'] @max = definition['max'] @key = shape_at('key') @value = shape_at('value') end
def initialize(definition, options = {}) super @min = definition['min'] @max = definition['max'] @key = shape_at('key') @value = shape_at('value') end