# File lib/fog/ecloud/models/compute/rows.rb, line 12
        def all
          data = service.get_layout(href).body[:Rows][:Row]
          load(data)
        end