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, #format, #keyword?, #safeconstname, #safeconstname?, #safemethodname, #safemethodname?, #safevarname, #safevarname?, #uncapitalize

Instance Attribute Details

#commentObject

Returns the value of attribute comment



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

def comment
  @comment
end