Module: Authem::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/authem/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sign_in_pathObject

Returns the value of attribute sign_in_path.



5
6
7
# File 'lib/authem/config.rb', line 5

def 
  @sign_in_path
end

#user_classObject

Returns the value of attribute user_class.



5
6
7
# File 'lib/authem/config.rb', line 5

def user_class
  @user_class
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/authem/config.rb', line 9

def configure
  yield self
end