class SchemaTest::Property::UnresolvedProperty

Public Instance Methods

==(other) click to toggle source
# File lib/schema_test/property.rb, line 216
def ==(other)
  resolve == other
end
as_structure(*args) click to toggle source
# File lib/schema_test/property.rb, line 224
def as_structure(*args)
  resolve.as_structure(*args)
end
properties() click to toggle source
# File lib/schema_test/property.rb, line 220
def properties
  resolve.properties
end
resolve() click to toggle source
# File lib/schema_test/property.rb, line 212
def resolve
  SchemaTest::Definition.find!(name, version)
end