class SvnCommandHelper::Svn::DiffItem

Attributes

from[RW]
item[R]
kind[R]
path[R]
props[R]
to[RW]

Public Class Methods

new(kind:, item:, props:, path:) click to toggle source
# File lib/svn_command_helper.rb, line 357
def initialize(kind:, item:, props:, path:)
  @kind = kind
  @item = item
  @props = props
  @path = path
end