Class: Pronto::Formatter::GithubPullRequestFormatter

Inherits:
PullRequestFormatter show all
Defined in:
lib/pronto/formatter/github_pull_request_formatter.rb

Instance Method Summary collapse

Methods inherited from PullRequestFormatter

#existing_comments, #line_number, #submit_comments

Methods inherited from GitFormatter

#format

Instance Method Details

#client_moduleObject



4
5
6
# File 'lib/pronto/formatter/github_pull_request_formatter.rb', line 4

def client_module
  Github
end

#pretty_nameObject



8
9
10
# File 'lib/pronto/formatter/github_pull_request_formatter.rb', line 8

def pretty_name
  'GitHub'
end