Class: SetAttributes::Controls::Hash::Example

Inherits:
Struct
  • Object
show all
Defined in:
lib/set_attributes/controls/hash.rb

Instance Attribute Summary collapse

Instance Attribute Details

#some_attributeObject

Returns the value of attribute some_attribute

Returns:

  • (Object)

    the current value of some_attribute



16
17
18
# File 'lib/set_attributes/controls/hash.rb', line 16

def some_attribute
  @some_attribute
end

#some_other_attributeObject

Returns the value of attribute some_other_attribute

Returns:

  • (Object)

    the current value of some_other_attribute



16
17
18
# File 'lib/set_attributes/controls/hash.rb', line 16

def some_other_attribute
  @some_other_attribute
end

#yet_another_attributeObject

Returns the value of attribute yet_another_attribute

Returns:

  • (Object)

    the current value of yet_another_attribute



16
17
18
# File 'lib/set_attributes/controls/hash.rb', line 16

def yet_another_attribute
  @yet_another_attribute
end