Sha256: 06fe6b5c10b46d822bd671e44b8d546324ff50bf13cd4493562d47a04ff722ed

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 Bytes

Contents

require "autotolk/version"

module Autotolk
  require 'autotolk/engine' if defined?(Rails)

  # bing config
  mattr_accessor :bing_client_id
  @@bing_client_id = nil
  mattr_accessor :bing_client_secret
  @@bing_client_secret = nil
  mattr_accessor :azure_account_key
  @@azure_account_key = nil

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
autotolk-0.1.5 lib/autotolk.rb
autotolk-0.1.4 lib/autotolk.rb
autotolk-0.1.2 lib/autotolk.rb
autotolk-0.1.3 lib/autotolk.rb
autotolk-0.1.1 lib/autotolk.rb
autotolk-0.1.0 lib/autotolk.rb