# File lib/fog/ecloud/models/compute/row.rb, line 21
        def move_up(options)
          options[:uri] = href + "/action/moveup"
          connection.rows_moveup(options).body
        end