Class: CrossOrigen::XMLDoc::CreationInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - CrossOrigen::XMLDoc::CreationInfo
 
 
- Defined in:
 - lib/cross_origen/xml_doc.rb
 
Instance Attribute Summary collapse
- 
  
    
      #author  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute author.
 - 
  
    
      #date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute date.
 - 
  
    
      #revision  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute revision.
 - 
  
    
      #source  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute source.
 
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
      8 9 10  | 
    
      # File 'lib/cross_origen/xml_doc.rb', line 8 def @author end  | 
  
#date ⇒ Object
Returns the value of attribute date
      8 9 10  | 
    
      # File 'lib/cross_origen/xml_doc.rb', line 8 def date @date end  | 
  
#revision ⇒ Object
Returns the value of attribute revision
      8 9 10  | 
    
      # File 'lib/cross_origen/xml_doc.rb', line 8 def revision @revision end  | 
  
#source ⇒ Object
Returns the value of attribute source
      8 9 10  | 
    
      # File 'lib/cross_origen/xml_doc.rb', line 8 def source @source end  |