Class: RSCM::Accurev::TransactionData

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

Overview

Data from “accurev hist” - transaction groups Contains one or more VersionData.

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

#idObject

Returns the value of attribute id.



221
222
223
# File 'lib/rscm/scm/accurev/xml.rb', line 221

def id
  @id
end

#timeObject

Returns the value of attribute time.



221
222
223
# File 'lib/rscm/scm/accurev/xml.rb', line 221

def time
  @time
end

#typeObject

Returns the value of attribute type.



221
222
223
# File 'lib/rscm/scm/accurev/xml.rb', line 221

def type
  @type
end

#userObject

Returns the value of attribute user.



221
222
223
# File 'lib/rscm/scm/accurev/xml.rb', line 221

def user
  @user
end