class Specinfra::HostInventory::IptablesNat
Public Instance Methods
get()
click to toggle source
# File lib/pullmatic/resource/network.rb, line 119 def get cmd = backend.command.get(:get_inventory_iptables_nat) ret = backend.run_command(cmd) if ret.exit_status == 0 parse(ret.stdout) else nil end end