module FbaseAuth
Constants
- VERSION
Attributes
config[W]
Public Class Methods
config()
click to toggle source
# File lib/fbase_auth.rb, line 17 def self.config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/fbase_auth.rb, line 21 def self.configure yield config FbaseAuth::ClientDecorator.apply end