class Everypolitician::PullRequest::Report::Organizations

Public Instance Methods

added() click to toggle source
# File lib/everypolitician/pull_request/report/organizations.rb, line 5
def added
  after.organizations - before.organizations
end
removed() click to toggle source
# File lib/everypolitician/pull_request/report/organizations.rb, line 9
def removed
  before.organizations - after.organizations
end