Module: XSD::CodeGen::CommentDef

Includes:
GenSupport
Included in:
MethodDef, ModuleDef
Defined in:
lib/xsd/codegen/commentdef.rb

Instance Attribute Summary collapse

Method Summary

Methods included from GenSupport

capitalize, constant?, #format, keyword?, safeconstname, safeconstname?, safemethodname, safemethodname?, safevarname, safevarname?, uncapitalize

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



20
21
22
# File 'lib/xsd/codegen/commentdef.rb', line 20

def comment
  @comment
end