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

Instance Attribute Details

#haltedObject

Returns the value of attribute halted

Returns:

  • (Object)

    the current value of halted



112
113
114
# File 'lib/active_support/callbacks.rb', line 112

def halted
  @halted
end

#run_blockObject

Returns the value of attribute run_block

Returns:

  • (Object)

    the current value of run_block



112
113
114
# File 'lib/active_support/callbacks.rb', line 112

def run_block
  @run_block
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



112
113
114
# File 'lib/active_support/callbacks.rb', line 112

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



112
113
114
# File 'lib/active_support/callbacks.rb', line 112

def value
  @value
end