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