Class: JunOS
- Inherits:
-
Oxidized::Model
- Object
- Oxidized::Model
- JunOS
- Defined in:
- lib/oxidized/model/junos.rb
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, procs, prompt, #prompt, #send
Methods included from Oxidized::Config::Vars
Instance Method Details
#telnet ⇒ Object
5 6 7 |
# File 'lib/oxidized/model/junos.rb', line 5 def telnet @input.class.to_s.match /Telnet/ end |