module SetAttributes::Controls::Hash::Transform

Public Class Methods

example() click to toggle source
# 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