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