Class: ActiveSupport::Callbacks::Filters::Environment
- Defined in:
- activesupport/lib/active_support/callbacks.rb
Instance Attribute Summary collapse
-
#halted ⇒ Object
Returns the value of attribute halted.
-
#run_block ⇒ Object
Returns the value of attribute run_block.
-
#target ⇒ Object
Returns the value of attribute target.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#halted ⇒ Object
Returns the value of attribute halted
108 109 110 |
# File 'activesupport/lib/active_support/callbacks.rb', line 108 def halted @halted end |
#run_block ⇒ Object
Returns the value of attribute run_block
108 109 110 |
# File 'activesupport/lib/active_support/callbacks.rb', line 108 def run_block @run_block end |
#target ⇒ Object
Returns the value of attribute target
108 109 110 |
# File 'activesupport/lib/active_support/callbacks.rb', line 108 def target @target end |
#value ⇒ Object
Returns the value of attribute value
108 109 110 |
# File 'activesupport/lib/active_support/callbacks.rb', line 108 def value @value end |