Method: Mccloud::Command::IpCommand#list
- Defined in:
- lib/mccloud/command/ip.rb
#list(selection = nil) ⇒ Object
method_options :test => :boolean
20 21 22 23 24 25 26 27 |
# File 'lib/mccloud/command/ip.rb', line 20 def list(selection=nil) env.load! env.config.providers.each do |name,provider| env.logger.debug("Asking provider #{name} to list ip #{selection}") provider.ip_list(selection,) end end |