module Api
    class Project < Base
      attr_accessor :project_id

      def initialize(project_id, data = nil)