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

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

Instance Attribute Summary collapse

Instance Attribute Details

#an_attributeObject

Returns the value of attribute an_attribute

Returns:

  • (Object)

    the current value of an_attribute



52
53
54
# File 'lib/set_attributes/controls/object.rb', line 52

def an_attribute
  @an_attribute
end

#some_other_attributeObject

Returns the value of attribute some_other_attribute

Returns:

  • (Object)

    the current value of some_other_attribute



52
53
54
# File 'lib/set_attributes/controls/object.rb', line 52

def some_other_attribute
  @some_other_attribute
end