class DependencyUpdater::Configuration

Attributes

merge_target_branch[RW]
production_branch[RW]
project_id[RW]

Public Class Methods

new() click to toggle source
# File lib/dependency_updater.rb, line 22
def initialize
  @production_branch   = nil
  @merge_target_branch = nil
  @project_id          = nil
end