Method: Mccloud::Command::LbCommand#list
- Defined in:
- lib/mccloud/command/lb.rb
#list(selection = nil) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/mccloud/command/lb.rb', line 8 def list(selection=nil) env.config.providers.each do |name,provider| env.logger.debug("Asking provider #{name} to list lb #{selection}") provider.lb_list(selection,) end end |