Class: Mode::Config
Direct Known Subclasses
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#username ⇒ Object
Config Variables.
Class Method Summary collapse
Methods included from Configurable
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
9 10 11 |
# File 'lib/mode/config.rb', line 9 def access_token @access_token end |
#environment ⇒ Object
Returns the value of attribute environment.
10 11 12 |
# File 'lib/mode/config.rb', line 10 def environment @environment end |
#username ⇒ Object
Config Variables
8 9 10 |
# File 'lib/mode/config.rb', line 8 def username @username end |
Class Method Details
.default_filename ⇒ Object
13 14 15 |
# File 'lib/mode/config.rb', line 13 def default_filename 'config.yml' end |