Class: GitHelper::GitConfigReader
- Inherits:
-
Object
- Object
- GitHelper::GitConfigReader
- Defined in:
- lib/git_helper/git_config_reader.rb
Instance Method Summary collapse
Instance Method Details
#github_token ⇒ Object
9 10 11 |
# File 'lib/git_helper/git_config_reader.rb', line 9 def github_token config_file[:github_token] end |
#gitlab_token ⇒ Object
5 6 7 |
# File 'lib/git_helper/git_config_reader.rb', line 5 def gitlab_token config_file[:gitlab_token] end |