Method: ActiveModel::AttributeMethods::ClassMethods::AttributeMethodPattern::AttributeMethod#proxy_target

Defined in:
activemodel/lib/active_model/attribute_methods.rb

#proxy_targetObject

Returns the value of attribute proxy_target

Returns:

  • (Object)

    the current value of proxy_target



474
475
476
# File 'activemodel/lib/active_model/attribute_methods.rb', line 474

def proxy_target
  @proxy_target
end