class P4::Integration
*****************************************************************************
P4::Integration class P4::Integration objects hold details about the integrations that have been performed on a particular revision. Used primarily with the P4::Revision class
*****************************************************************************
Attributes
erev[R]
file[R]
how[R]
srev[R]
Public Class Methods
new( how, file, srev, erev )
click to toggle source
# File lib/P4.rb, line 521 def initialize( how, file, srev, erev ) @how = how @file = file @srev = srev @erev = erev end