Method: MethodObject::PotentialDelegator#attribute

Defined in:
lib/method_object.rb

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



97
98
99
# File 'lib/method_object.rb', line 97

def attribute
  @attribute
end