# File lib/fog/compute/ecloud/models/rnats.rb, line 11 def all data = service.get_rnats(href).body[:Rnats][:Rnat] load(data) end