# File lib/cimi/model/network.rb, line 44 def self.find(id, context) networks=[] if id==:all networks = context.driver.networks(context.credentials, {:env=>context}) else networks = context.driver.networks(context.credentials, {:id=>id, :env=>context}) end networks end