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

Inherits:
Struct
  • 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

Returns:

  • (Object)

    the current value of some_attribute



26
27
28
# File 'lib/set_attributes/controls/object.rb', line 26

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



26
27
28
# File 'lib/set_attributes/controls/object.rb', line 26

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



26
27
28
# File 'lib/set_attributes/controls/object.rb', line 26

def yet_another_attribute
  @yet_another_attribute
end