Class: RSCM::Accurev::VersionData

Inherits:
ElementBackedClass show all
Defined in:
lib/rscm/scm/accurev/xml.rb

Overview

Version (element) records in a history transaction

Instance Attribute Summary collapse

Attributes inherited from ElementBackedClass

#children

Method Summary

Methods inherited from ElementBackedClass

#[], children, element_name, #initialize, #to_s

Constructor Details

This class inherits a constructor from RSCM::Accurev::ElementBackedClass

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



204
205
206
# File 'lib/rscm/scm/accurev/xml.rb', line 204

def eid
  @eid
end

#elem_typeObject

Returns the value of attribute elem_type.



204
205
206
# File 'lib/rscm/scm/accurev/xml.rb', line 204

def elem_type
  @elem_type
end

#pathObject

Returns the value of attribute path.



204
205
206
# File 'lib/rscm/scm/accurev/xml.rb', line 204

def path
  @path
end

#realObject

Returns the value of attribute real.



204
205
206
# File 'lib/rscm/scm/accurev/xml.rb', line 204

def real
  @real
end

#virtualObject

Returns the value of attribute virtual.



204
205
206
# File 'lib/rscm/scm/accurev/xml.rb', line 204

def virtual
  @virtual
end