module Netconf::Junos::IOProc

Public Instance Methods

trans_open() click to toggle source
# File lib/net/netconf/jnpr/ioproc.rb, line 8
def trans_open
  @trans = IO.popen('xml-mode netconf need-trailer', 'r+')
  self
end