Module: Schema::Controls::Schema::Equivalent

Defined in:
lib/schema/controls/schema.rb

Defined Under Namespace

Classes: Example

Class Method Summary collapse

Class Method Details

.exampleObject



63
64
65
66
67
68
# File 'lib/schema/controls/schema.rb', line 63

def self.example
  example = Example.new
  example.some_attribute = 'some value'
  example.yet_another_attribute = 'some other value'
  example
end