# File lib/travis/client/entity.rb, line 129
      def to_h
        Hash[attribute_names.map { |n| [n, self[n]] }]
      end