Method: ActiveSupport::Callbacks::Filters::Environment#value

Defined in:
activesupport/lib/active_support/callbacks.rb

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



163
164
165
# File 'activesupport/lib/active_support/callbacks.rb', line 163

def value
  @value
end