Class: RDoc::Generator::Markdown::ClassMember
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Generator::Markdown::ClassMember
- Defined in:
- lib/docgen/markdown.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#source_code ⇒ Object
Returns the value of attribute source_code.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
14 15 16 |
# File 'lib/docgen/markdown.rb', line 14 def comment @comment end |
#signature ⇒ Object
Returns the value of attribute signature
14 15 16 |
# File 'lib/docgen/markdown.rb', line 14 def signature @signature end |
#source_code ⇒ Object
Returns the value of attribute source_code
14 15 16 |
# File 'lib/docgen/markdown.rb', line 14 def source_code @source_code end |
#title ⇒ Object
Returns the value of attribute title
14 15 16 |
# File 'lib/docgen/markdown.rb', line 14 def title @title end |