class Aio::Module::Cmd::Cisco::ShowInterfaceIpBrief

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::Cmd::new
# File lib/modules/cmd/cisco/show_interface_ip_brief.rb, line 9
def initialize
        super({
                :cmd_full                            => "show interface ip brief",
                :cmd_short                   => "sh int ip b",
                :author                                      => "Elin",
                :description         => "This is Cisco ASA Command# show interface ip brief",
                :ranking                             => Ranking_1,
                :platform                            => FW,
        })
end

Public Instance Methods

parse() click to toggle source
# File lib/modules/cmd/cisco/show_interface_ip_brief.rb, line 20
def parse
        call_cmd(Aio::Module::Cmd::Cisco::ShowIpInterfaceBrief)
end