Module: XSD::CodeGen::CommentDef
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute comment. 
Method Summary
Methods included from GenSupport
capitalize, constant?, #format, keyword?, safeconstname, safeconstname?, safemethodname, safemethodname?, safevarname, safevarname?, uncapitalize
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment.
| 20 21 22 | # File 'lib/xsd/codegen/commentdef.rb', line 20 def comment @comment end |