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