class PrSummary::BranchDiff

Attributes

base[R]
branch[R]

Public Class Methods

new(base:, branch:) click to toggle source
# File lib/pr_summary/branch_diff.rb, line 5
def initialize(base:, branch:)
  @base   = base
  @branch = branch
end