Class: ProMonitor::Config
- Inherits:
-
Object
- Object
- ProMonitor::Config
- Defined in:
- lib/pro_monitor/config.rb
Instance Attribute Summary collapse
-
#description_output ⇒ Object
:html, :text.
-
#load ⇒ Object
[‘UserChange’, ‘ReviewSetChange’].
-
#monitored_models ⇒ Object
[‘User’].
- #name_attributes ⇒ Object
Instance Attribute Details
#description_output ⇒ Object
:html, :text
10 11 12 |
# File 'lib/pro_monitor/config.rb', line 10 def description_output @description_output || :html end |
#load ⇒ Object
- ‘UserChange’, ‘ReviewSetChange’
20 21 22 |
# File 'lib/pro_monitor/config.rb', line 20 def load @load || [] end |
#monitored_models ⇒ Object
- ‘User’
15 16 17 |
# File 'lib/pro_monitor/config.rb', line 15 def monitored_models @monitored_models || [] end |
#name_attributes ⇒ Object
5 6 7 |
# File 'lib/pro_monitor/config.rb', line 5 def name_attributes [:name, :title] end |