20 21 22 23 24 25 26
# File 'lib/fog/ecloud/models/compute/firewall_acls.rb', line 20 def get(uri) if data = connection.get_firewall_acl(uri).body new(data) end rescue Fog::Errors::NotFound nil end