Class: RSCM::Accurev::MessageData

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

Overview

Data from “accurev file,update,stat” commands. Streamed status/info messages, usually interleaved with ElementData nodes.

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

#errorObject

Returns the value of attribute error.



196
197
198
# File 'lib/rscm/scm/accurev/xml.rb', line 196

def error
  @error
end

#text_contentObject

Returns the value of attribute text_content.



196
197
198
# File 'lib/rscm/scm/accurev/xml.rb', line 196

def text_content
  @text_content
end