Method: Warthog::CLI::Action::Show#exec

Defined in:
lib/warthog/cli/action/show.rb

#execObject



29
30
31
32
# File 'lib/warthog/cli/action/show.rb', line 29

def exec
  @a10slb = Warthog::A10::AXDevice.new(@options[:hostname],@options[:username],get_password)
  @show[@component].call(@subcomponent)
end