class SvnCommandHelper::Svn::MergeStatusItem

Attributes

path[R]
status[R]

Public Class Methods

new(status:, path:) click to toggle source
# File lib/svn_command_helper.rb, line 236
def initialize(status:, path:)
  @status = status
  @path = path
end