Class: Cloudscale::Preops::PluginPreop

Inherits:
Preop
  • Object
show all
Defined in:
lib/cloudscale/plugins/preops/plugin_preop.rb

Instance Attribute Summary collapse

Attributes inherited from Preop

#registry

Class Method Summary collapse

Methods inherited from Preop

#init, #init_charts, #init_menus

Instance Attribute Details

#logObject

Returns the value of attribute log.



12
13
14
# File 'lib/cloudscale/plugins/preops/plugin_preop.rb', line 12

def log
  @log
end

#pluginPreopsObject

Returns the value of attribute pluginPreops.



12
13
14
# File 'lib/cloudscale/plugins/preops/plugin_preop.rb', line 12

def pluginPreops
  @pluginPreops
end

Class Method Details

.inherited(klass) ⇒ Object



24
25
26
# File 'lib/cloudscale/plugins/preops/plugin_preop.rb', line 24

def self.inherited(klass)
  @pluginPreops << klass
end

.pluginPreopsObject



20
21
22
# File 'lib/cloudscale/plugins/preops/plugin_preop.rb', line 20

def self.pluginPreops
  @pluginPreops
end