Module: XSD::CodeGen::CommentDef
- Includes:
- GenSupport
- Defined in:
- lib/action_web_service/xsd/codegen/commentdef.rb
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/action_web_service/xsd/codegen/commentdef.rb', line 19 def comment @comment end |