# File lib/fog/rackspace/models/networking_v2/subnets.rb, line 9 def all data = service.list_subnets.body['subnets'] load(data) end