# File lib/fog/ecloud/models/compute/authentication_levels.rb, line 11 def all data = service.get_authentication_levels(href).body load(data) end
# File lib/fog/ecloud/models/compute/authentication_levels.rb, line 16 def get(uri) if data = service.get_authentication_level(uri) new(data.body) end rescue Fog::Errors::NotFound nil end