Class: CrazyTrain::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/crazy_train.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authenticated_roleObject

Returns the value of attribute authenticated_role

Returns:

  • (Object)

    the current value of authenticated_role



7
8
9
# File 'lib/crazy_train.rb', line 7

def authenticated_role
  @authenticated_role
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



7
8
9
# File 'lib/crazy_train.rb', line 7

def secret
  @secret
end

#unauthorized_roleObject

Returns the value of attribute unauthorized_role

Returns:

  • (Object)

    the current value of unauthorized_role



7
8
9
# File 'lib/crazy_train.rb', line 7

def unauthorized_role
  @unauthorized_role
end