Sha256: ce2e36aa753a85e746b387656432c5e82948bed2fd41f0c413ed6b89cddf4966
Contents?: true
Size: 339 Bytes
Versions: 4
Compression:
Stored size: 339 Bytes
Contents
require "active_support/core_ext/module/attribute_accessors" module GoogleBigquery class Config def self.setup yield self end mattr_accessor :pass_phrase, :key_file, :client_id, :scope, :profile_id, :email end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bigbroda-0.0.4 | lib/google_bigquery/config.rb |
bigbroda-0.0.3 | lib/google_bigquery/config.rb |
bigbroda-0.0.2 | lib/google_bigquery/config.rb |
bigbroda-0.0.1 | lib/google_bigquery/config.rb |