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

Inherits:
Struct
  • Object
show all
Defined in:
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



158
159
160
# File 'lib/active_support/callbacks.rb', line 158

def halted
  @halted
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



158
159
160
# File 'lib/active_support/callbacks.rb', line 158

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



158
159
160
# File 'lib/active_support/callbacks.rb', line 158

def value
  @value
end