Seahorse::Model::Shapes::Shape
@return [Integer, nil]
# File lib/seahorse/model/shapes.rb, line 411 def initialize(definition, options = {}) @min = definition['min'] @max = definition['max'] super end