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