Class: CrazyTrain::Config
- Inherits:
-
Struct
- Object
- Struct
- CrazyTrain::Config
- Defined in:
- lib/crazy_train.rb
Instance Attribute Summary collapse
-
#authenticated_role ⇒ Object
Returns the value of attribute authenticated_role.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#unauthorized_role ⇒ Object
Returns the value of attribute unauthorized_role.
Instance Attribute Details
#authenticated_role ⇒ Object
Returns the value of attribute authenticated_role
7 8 9 |
# File 'lib/crazy_train.rb', line 7 def authenticated_role @authenticated_role end |
#secret ⇒ Object
Returns the value of attribute secret
7 8 9 |
# File 'lib/crazy_train.rb', line 7 def secret @secret end |
#unauthorized_role ⇒ Object
Returns the value of attribute unauthorized_role
7 8 9 |
# File 'lib/crazy_train.rb', line 7 def @unauthorized_role end |