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, #to_h

Instance Attribute Details

#haltedObject

Returns the value of attribute halted

Returns:

  • (Object)

    the current value of halted



108
109
110
# File 'activesupport/lib/active_support/callbacks.rb', line 108

def halted
  @halted
end

#run_blockObject

Returns the value of attribute run_block

Returns:

  • (Object)

    the current value of run_block



108
109
110
# File 'activesupport/lib/active_support/callbacks.rb', line 108

def run_block
  @run_block
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



108
109
110
# File 'activesupport/lib/active_support/callbacks.rb', line 108

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



108
109
110
# File 'activesupport/lib/active_support/callbacks.rb', line 108

def value
  @value
end