Class: Cumulus
- Inherits:
-
Oxidized::Model
- Object
- Oxidized::Model
- Cumulus
- Defined in:
- lib/oxidized/model/cumulus.rb
Constant Summary
Constants inherited from Oxidized::Model
Oxidized::Model::METADATA_DEFAULT
Instance Attribute Summary
Attributes inherited from Oxidized::Model
Instance Method Summary collapse
-
#add_comment(comment) ⇒ Object
add a comment in the final conf.
Methods inherited from Oxidized::Model
cfg, #cfg, cfgs, clean, cmd, #cmd, cmds, comment, #comment, #expect, expect, expects, #expects, #get, inherited, #interpolate_string, metadata, #metadata, #output, post, pre, prompt, #prompt, #screenscrape, #send, #xmlcomment
Methods included from Oxidized::Config::Vars
Instance Method Details
#add_comment(comment) ⇒ Object
add a comment in the final conf
15 16 17 |
# File 'lib/oxidized/model/cumulus.rb', line 15 def add_comment(comment) "\n###### #{comment} ######\n" end |