Class: Faceless::Configuration
- Inherits:
-
Object
- Object
- Faceless::Configuration
- Defined in:
- lib/faceless/configuration.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/faceless/configuration.rb', line 6 def initialize @auth_token = nil end |
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
4 5 6 |
# File 'lib/faceless/configuration.rb', line 4 def auth_token @auth_token end |