Class: Devise::DuoSecurity::Configuration
- Inherits:
-
Object
- Object
- Devise::DuoSecurity::Configuration
- Defined in:
- lib/devise_duo_sec.rb
Instance Attribute Summary collapse
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#host ⇒ Object
Returns the value of attribute host.
-
#ikey ⇒ Object
Returns the value of attribute ikey.
-
#skey ⇒ Object
Returns the value of attribute skey.
Instance Attribute Details
#app_secret ⇒ Object
Returns the value of attribute app_secret.
9 10 11 |
# File 'lib/devise_duo_sec.rb', line 9 def app_secret @app_secret end |
#host ⇒ Object
Returns the value of attribute host.
9 10 11 |
# File 'lib/devise_duo_sec.rb', line 9 def host @host end |
#ikey ⇒ Object
Returns the value of attribute ikey.
9 10 11 |
# File 'lib/devise_duo_sec.rb', line 9 def ikey @ikey end |
#skey ⇒ Object
Returns the value of attribute skey.
9 10 11 |
# File 'lib/devise_duo_sec.rb', line 9 def skey @skey end |