Class: Cerberus::Config
- Inherits:
-
Object
- Object
- Cerberus::Config
- Defined in:
- lib/cerberus.rb
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#jwt ⇒ Object
Returns the value of attribute jwt.
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
25 26 27 |
# File 'lib/cerberus.rb', line 25 def basic @basic end |
#jwt ⇒ Object
Returns the value of attribute jwt.
25 26 27 |
# File 'lib/cerberus.rb', line 25 def jwt @jwt end |