class SchemaTest::Property::String

Public Class Methods

new(name, description=nil) click to toggle source
Calls superclass method SchemaTest::Property::new
# File lib/schema_test/property.rb, line 73
def initialize(name, description=nil)
  super(name, :string, description)
end