Module: SetAttributes::Controls::Hash

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

Defined Under Namespace

Modules: MissingAttribute, Transform

Class Method Summary collapse

Class Method Details

.exampleObject



4
5
6
7
8
9
10
# 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