Sha256: e7f28726413a54f785d8c96368a4b54dace963015f6e6a149bcb1527a3777d81

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

require 'drive_env/version'
require 'google/api_client'

module DriveEnv
  autoload :Cli,     'drive_env/cli'
  autoload :Config,  'drive_env/config'

  class << self
    def client
      @client ||= Google::APIClient.new(:application_name => 'drive_env', :application_version => DriveEnv::VERSION)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
drive_env-0.1.0 lib/drive_env.rb