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
7 8 9 |
# File 'lib/git_helper/git_config_reader.rb', line 7 def github_token config_file[:github_token] end |
#gitlab_token ⇒ Object
3 4 5 |
# File 'lib/git_helper/git_config_reader.rb', line 3 def gitlab_token config_file[:gitlab_token] end |