Returns a new instance of ShowVRF.
13 14 15 16 17 18 19
# File 'lib/netutils/cli/cisco/showvrf.rb', line 13 def initialize super() @vrfs = VRFTable.new add('Init', :init) add('VRF', :vrf) add('Interface', :interface) end