Sha256: 7d63dc28e50799ebb37983e36930622827d864167ee9f97bfcf13dfe061e0513
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
module ExvoAuth::Config def self.host @@host || 'https://auth.exvo.com' end def self.host=(host) @@host = host end def self.callback_key @@callback_key || '_callback' end def self.callback_key=(callback_key) @@callback_key = callback_key end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exvo-auth-0.1.6 | lib/exvo_auth/config.rb |
exvo-auth-0.1.5 | lib/exvo_auth/config.rb |
exvo-auth-0.1.4 | lib/exvo_auth/config.rb |