Class: Configuration
- Inherits:
-
Object
- Object
- Configuration
- Defined in:
- lib/merrow/configuration.rb
Constant Summary collapse
- FILENAME =
'.merrow.yml'
Instance Method Summary collapse
Instance Method Details
#access_token ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/merrow/configuration.rb', line 8 def access_token if !data['access_token'] data['access_token'] = create_access_token save(data) end data['access_token'] end |
#repos ⇒ Object
16 17 18 |
# File 'lib/merrow/configuration.rb', line 16 def repos data["repos"] end |