class PullRequestSummarizer::Report::Base

Attributes

after[R]
before[R]

Public Class Methods

new(popolo_before, popolo_after) click to toggle source
# File lib/pull_request_summarizer/report/base.rb, line 6
def initialize(popolo_before, popolo_after)
  @before = popolo_before
  @after  = popolo_after
end