Sha256: 51feeacce4b983e1b51988da0c4d8915b860126264dc508bf43a9f8c2003c1bc
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exvo-auth-0.1.3 | lib/exvo_auth/config.rb |
exvo-auth-0.1.2 | lib/exvo_auth/config.rb |