Class: PhraseConfig
- Inherits:
-
Object
- Object
- PhraseConfig
- Defined in:
- lib/motion/project/phrase.rb
Constant Summary collapse
- CONFIG_FILE =
'./app/phrase_config.rb'
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
Instance Method Summary collapse
-
#initialize(config) ⇒ PhraseConfig
constructor
A new instance of PhraseConfig.
Constructor Details
#initialize(config) ⇒ PhraseConfig
Returns a new instance of PhraseConfig.
10 11 12 |
# File 'lib/motion/project/phrase.rb', line 10 def initialize(config) @config = config end |
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
6 7 8 |
# File 'lib/motion/project/phrase.rb', line 6 def auth_token @auth_token end |