# File lib/fog/ecloud/models/compute/networks.rb, line 12 def all body = service.get_networks(self.href).body body = body[:Networks] ? body[:Networks][:Network] : body[:Network] data = case body when NilClass then [] when Array then body when Hash then [body] end load(data) end
Generated with the Darkfish Rdoc Generator 2.