Class: Danger::FindRepoInfoFromLogs
- Inherits:
-
Object
- Object
- Danger::FindRepoInfoFromLogs
- Defined in:
- lib/danger/ci_source/support/find_repo_info_from_logs.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(github_host, remote_logs) ⇒ FindRepoInfoFromLogs
constructor
A new instance of FindRepoInfoFromLogs.
Constructor Details
#initialize(github_host, remote_logs) ⇒ FindRepoInfoFromLogs
Returns a new instance of FindRepoInfoFromLogs.
5 6 7 8 |
# File 'lib/danger/ci_source/support/find_repo_info_from_logs.rb', line 5 def initialize(github_host, remote_logs) @github_host = github_host @remote_logs = remote_logs end |