Class: SetAttributes::Controls::Object::Example

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

Instance Attribute Summary collapse

Instance Attribute Details

#some_attributeObject

Returns the value of attribute some_attribute.



15
16
17
# File 'lib/set_attributes/controls/object.rb', line 15

def some_attribute
  @some_attribute
end

#some_other_attributeObject

Returns the value of attribute some_other_attribute.



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

def some_other_attribute
  @some_other_attribute
end

#yet_another_attributeObject

Returns the value of attribute yet_another_attribute.



17
18
19
# File 'lib/set_attributes/controls/object.rb', line 17

def yet_another_attribute
  @yet_another_attribute
end