Class: ActiveRecord::SuppressorRegistry
- Extended by:
- ActiveSupport::PerThreadRegistry
- Defined in:
- activerecord/lib/active_record/suppressor.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#suppressed ⇒ Object
readonly
Returns the value of attribute suppressed.
Instance Method Summary collapse
-
#initialize ⇒ SuppressorRegistry
constructor
A new instance of SuppressorRegistry.
Methods included from ActiveSupport::PerThreadRegistry
Constructor Details
#initialize ⇒ SuppressorRegistry
Returns a new instance of SuppressorRegistry.
57 58 59 |
# File 'activerecord/lib/active_record/suppressor.rb', line 57 def initialize @suppressed = {} end |
Instance Attribute Details
#suppressed ⇒ Object (readonly)
Returns the value of attribute suppressed
55 56 57 |
# File 'activerecord/lib/active_record/suppressor.rb', line 55 def suppressed @suppressed end |