module SetAttributes::Controls::Hash
Public Class Methods
example()
click to toggle source
# File lib/set_attributes/controls/hash.rb, line 4 def self.example { :some_attribute => Attribute.some_attribute, :some_other_attribute => Attribute.some_other_attribute, :yet_another_attribute => Attribute.yet_another_attribute } end