Class: Kithe::Indexable::ThreadSettings::NullSettings
- Inherits:
-
Object
- Object
- Kithe::Indexable::ThreadSettings::NullSettings
- Defined in:
- app/indexing/kithe/indexable/thread_settings.rb
Overview
“Null object” representing no current settings set.
Instance Method Summary collapse
-
#disabled_callbacks? ⇒ Boolean
no suppressed callbacks.
-
#pop ⇒ Object
need do nothing on pop, cause we’re nothing.
-
#writer ⇒ Object
no local writer.
Instance Method Details
#disabled_callbacks? ⇒ Boolean
no suppressed callbacks
127 128 129 |
# File 'app/indexing/kithe/indexable/thread_settings.rb', line 127 def disabled_callbacks? false end |
#pop ⇒ Object
need do nothing on pop, cause we’re nothing.
119 120 |
# File 'app/indexing/kithe/indexable/thread_settings.rb', line 119 def pop end |
#writer ⇒ Object
no local writer
123 124 |
# File 'app/indexing/kithe/indexable/thread_settings.rb', line 123 def writer end |