Class: Aio::Module::Cmd::Cisco::ShowInterfaceIpBrief
- Inherits:
-
Aio::Module::Cmd::Cisco
- Object
- Aio::Module::Cmd
- Aio::Module::Cmd::Cisco
- Aio::Module::Cmd::Cisco::ShowInterfaceIpBrief
- Includes:
- Aio::Module, Ui::Verbose
- Defined in:
- lib/modules/cmd/cisco/show_interface_ip_brief.rb
Instance Attribute Summary
Attributes inherited from Aio::Module::Cmd
#cmd_info, #context, #device_info, #ext_info, #useful, #warning_klass
Instance Method Summary collapse
-
#initialize ⇒ ShowInterfaceIpBrief
constructor
A new instance of ShowInterfaceIpBrief.
- #parse ⇒ Object
Methods included from Ui::Verbose
#clear_line, #print_error, #print_good, #progress_bar
Methods inherited from Aio::Module::Cmd
#author, #benchmark, #clear_useful, #cmd_full, #cmd_short, #description, #division, #key_stand, #license, #platform, #ranking, #set_defaults, #type
Constructor Details
#initialize ⇒ ShowInterfaceIpBrief
Returns a new instance of ShowInterfaceIpBrief.
9 10 11 12 13 14 15 16 17 18 |
# 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 |
Instance Method Details
#parse ⇒ Object
20 21 22 |
# File 'lib/modules/cmd/cisco/show_interface_ip_brief.rb', line 20 def parse call_cmd(Aio::Module::Cmd::Cisco::ShowIpInterfaceBrief) end |