Sha256: ec18fb20e9656aa417698208608223f6e35992593f6ef555a34af2d7eebb087c

Contents?: true

Size: 406 Bytes

Versions: 3

Compression:

Stored size: 406 Bytes

Contents

module OpenStax
  module Exchange
    module ClientInstance

      def is_real_client?
        raise NotImplementedError
      end

      def token
        raise NotImplementedError
      end

      def create_identifier
        raise NotImplementedError
      end

      def record_multiple_choice_answer(identifier, resource, trial, answer)
        raise NotImplementedError
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openstax_exchange-0.1.0 lib/openstax/exchange/client_instance.rb
openstax_exchange-0.0.2 lib/openstax/exchange/client_instance.rb
openstax_exchange-0.0.1 lib/openstax/exchange/client_instance.rb