Class: LenovoNOS
- Inherits:
-
Oxidized::Model
- Object
- Oxidized::Model
- LenovoNOS
- Defined in:
- lib/oxidized/model/lenovonos.rb
Constant Summary
Constants inherited from Oxidized::Model
Oxidized::Model::METADATA_DEFAULT
Constants included from Oxidized::Model::Macros
Oxidized::Model::Macros::VERBS
Instance Attribute Summary
Attributes inherited from Oxidized::Model
Attributes included from Oxidized::Model::DSLCommands
Instance Method Summary collapse
Methods inherited from Oxidized::Model
#cfg, #cmd, #comment, #expect, #expects, #get, inherited, #interpolate_string, #metadata, #output, #prompt, #screenscrape, #send, #significant_changes, #xmlcomment
Methods included from Oxidized::Model::DSLSetup
#cfg, #cfgs, #comment, #expect, #expects, #input_sequence, #inputs, #metadata, #prompt
Methods included from Oxidized::Model::DSLCommands
Methods included from Oxidized::Config::Vars
Instance Method Details
#comment_ext(header, output) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/oxidized/model/lenovonos.rb', line 7 def comment_ext(header, output) data = '' data << header data << "\n" data << output data << "\n" comment data end |