Module: SetAttributes::Controls::Hash::Transform

Defined in:
lib/set_attributes/controls/hash.rb

Class Method Summary collapse

Class Method Details

.exampleObject



21
22
23
24
25
26
# File 'lib/set_attributes/controls/hash.rb', line 21

def self.example
  {
    :an_attribute => Attribute.some_attribute,
    :some_other_attribute => Attribute.some_other_attribute
  }
end