Class: RSCM::Accurev::ElementData

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

Overview

Data from “accurev file”, “accure update”, “accurev stat” commands. Identifies workspace objects (files, directories, etc).

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

#dirObject

Returns the value of attribute dir.



185
186
187
# File 'lib/rscm/scm/accurev/xml.rb', line 185

def dir
  @dir
end

#elemTypeObject

Returns the value of attribute elemType.



186
187
188
# File 'lib/rscm/scm/accurev/xml.rb', line 186

def elemType
  @elemType
end

#idObject

Returns the value of attribute id.



185
186
187
# File 'lib/rscm/scm/accurev/xml.rb', line 185

def id
  @id
end

#locationObject

Returns the value of attribute location.



185
186
187
# File 'lib/rscm/scm/accurev/xml.rb', line 185

def location
  @location
end

#namedVersionObject

Returns the value of attribute namedVersion.



186
187
188
# File 'lib/rscm/scm/accurev/xml.rb', line 186

def namedVersion
  @namedVersion
end

#realObject

Returns the value of attribute real.



186
187
188
# File 'lib/rscm/scm/accurev/xml.rb', line 186

def real
  @real
end

#statusObject

Returns the value of attribute status.



185
186
187
# File 'lib/rscm/scm/accurev/xml.rb', line 185

def status
  @status
end

#virtualObject

Returns the value of attribute virtual.



186
187
188
# File 'lib/rscm/scm/accurev/xml.rb', line 186

def virtual
  @virtual
end