Class: SetAttributes::Controls::Object::MissingAttribute::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



36
37
38
# File 'lib/set_attributes/controls/object.rb', line 36

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



36
37
38
# File 'lib/set_attributes/controls/object.rb', line 36

def some_other_attribute
  @some_other_attribute
end