# File lib/fog/ecloud/models/compute/environments.rb, line 27 def get(uri) if data = service.get_environment(uri) new(data.body) end rescue Fog::Errors::NotFound nil end