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.
-
#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
158 159 160 |
# File 'activesupport/lib/active_support/callbacks.rb', line 158 def halted @halted end |
#target ⇒ Object
Returns the value of attribute target
158 159 160 |
# File 'activesupport/lib/active_support/callbacks.rb', line 158 def target @target end |
#value ⇒ Object
Returns the value of attribute value
158 159 160 |
# File 'activesupport/lib/active_support/callbacks.rb', line 158 def value @value end |