Sha256: 6f2f0b5f7e854e479d6a10adce445cb047f3e2fb4242f289d1ba3af685a56184

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

require 'yandex/market/content/connection'
require 'yandex/market/client/regions'
require 'yandex/market/content/regions'

module Yandex
  module Market
    class Client
      include Yandex::Market::Connection
      include Yandex::Market::Client::Regions

      def initialize(options = {})
        # TODO refactoring
        Content.configuration.authorization_token = options[:token] if options[:token]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yandex_market_content-0.3.0 lib/yandex/market/content/client.rb
yandex_market_content-0.2.0 lib/yandex/market/content/client.rb