Class: Enterprise_SONiC
- Inherits:
-
Oxidized::Model
- Object
- Oxidized::Model
- Enterprise_SONiC
- Defined in:
- lib/oxidized/model/enterprise_sonic.rb
Overview
rubocop:disable Naming/ClassAndModuleCamelCase
Instance Attribute Summary
Attributes inherited from Oxidized::Model
Instance Method Summary collapse
Methods inherited from Oxidized::Model
cfg, #cfg, cfgs, cmd, #cmd, cmds, comment, #comment, expect, #expect, expects, #expects, #get, inherited, #output, post, pre, prompt, #prompt, #screenscrape, #send, #xmlcomment
Methods included from Oxidized::Config::Vars
Instance Method Details
#add_comment(comment) ⇒ Object
13 14 15 |
# File 'lib/oxidized/model/enterprise_sonic.rb', line 13 def add_comment(comment) "\n##### #{comment} #####\n" end |