class SchemaTest::Property::AnonymousObject
Public Class Methods
new(properties: nil, &block)
click to toggle source
Calls superclass method
# File lib/schema_test/property.rb, line 230 def initialize(properties: nil, &block) super(nil, properties: properties, &block) end
Public Instance Methods
as_structure(_=nil)
click to toggle source
Calls superclass method
# File lib/schema_test/property.rb, line 234 def as_structure(_=nil) super(false) end