class P4::MergeInfo
*****************************************************************************
-
P4::MergeInfo class
*****************************************************************************
Attributes
base[R]
hint[R]
merged[R]
theirs[R]
yours[R]
Public Class Methods
new( base, yours, theirs, merged, hint )
click to toggle source
# File lib/P4.rb, line 503 def initialize( base, yours, theirs, merged, hint ) @base = base @yours = yours @theirs = theirs @merged = merged @hint = hint end