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