Sha256: 314efdf85dd776c2d66d587c8acc1ef21e800310dd21bccff57c077203d95eb1

Contents?: true

Size: 235 Bytes

Versions: 5

Compression:

Stored size: 235 Bytes

Contents

module OpenStax
  module Exchange

    class FakeClient
      class Configuration
        attr_accessor :registered_platforms
        attr_accessor :server_url
        attr_accessor :supported_api_versions
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
openstax_exchange-0.2.1 lib/openstax/exchange/fake_client/configuration.rb
openstax_exchange-0.2.0 lib/openstax/exchange/fake_client/configuration.rb
openstax_exchange-0.1.0 lib/openstax/exchange/fake_client/configuration.rb
openstax_exchange-0.0.2 lib/openstax/exchange/fake_client/configuration.rb
openstax_exchange-0.0.1 lib/openstax/exchange/fake_client/configuration.rb