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