Sha256: 199b6ca6e1c97e2611777a80cd42b2d0c36f952ddd7999a71ed9cb12056e4881
Contents?: true
Size: 344 Bytes
Versions: 4
Compression:
Stored size: 344 Bytes
Contents
require "active_support/core_ext/module/attribute_accessors" module LazyGoogleAnalytics 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