module SetAttributes::Controls::Object::MissingAttribute
Constants
- Example
Public Class Methods
example()
click to toggle source
# File lib/set_attributes/controls/object.rb, line 27 def self.example example = Example.new example.some_attribute = Attribute.some_attribute example.some_other_attribute = Attribute.some_other_attribute example end