Sha256: fa4c58f1d72897deac78a2c0fe3f85e7ce03d478a39cf273bd6a9de82dbc64dc

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

module Pronto
  module Formatter
    class BitbucketPullRequestFormatter < PullRequestFormatter
      def client_module
        Bitbucket
      end

      def pretty_name
        'BitBucket'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pronto-0.8.0 lib/pronto/formatter/bitbucket_pull_request_formatter.rb
pronto-0.7.1 lib/pronto/formatter/bitbucket_pull_request_formatter.rb
pronto-0.7.0 lib/pronto/formatter/bitbucket_pull_request_formatter.rb