Class: ProMonitor::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/pro_monitor/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#description_outputObject

:html, :text



10
11
12
# File 'lib/pro_monitor/config.rb', line 10

def description_output
  @description_output || :html
end

#loadObject

‘UserChange’, ‘ReviewSetChange’


20
21
22
# File 'lib/pro_monitor/config.rb', line 20

def load
  @load || []
end

#monitored_modelsObject

‘User’


15
16
17
# File 'lib/pro_monitor/config.rb', line 15

def monitored_models
  @monitored_models || []
end

#name_attributesObject



5
6
7
# File 'lib/pro_monitor/config.rb', line 5

def name_attributes
  [:name, :title]
end