Class: ActiveSupport::Callbacks::Filters::Environment

Inherits:
Struct
  • Object
show all
Defined in:
activesupport/lib/active_support/callbacks.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#haltedObject

Returns the value of attribute halted

Returns:

  • (Object)

    the current value of halted



161
162
163
# File 'activesupport/lib/active_support/callbacks.rb', line 161

def halted
  @halted
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



161
162
163
# File 'activesupport/lib/active_support/callbacks.rb', line 161

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



161
162
163
# File 'activesupport/lib/active_support/callbacks.rb', line 161

def value
  @value
end