Class: RDoc::Generator::Markdown::DocClass
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Generator::Markdown::DocClass
- Defined in:
- lib/docgen/markdown.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#class_methods ⇒ Object
Returns the value of attribute class_methods.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#constants ⇒ Object
Returns the value of attribute constants.
-
#extended ⇒ Object
Returns the value of attribute extended.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#included ⇒ Object
Returns the value of attribute included.
-
#instance_methods ⇒ Object
Returns the value of attribute instance_methods.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def attributes @attributes end |
#class_methods ⇒ Object
Returns the value of attribute class_methods
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def class_methods @class_methods end |
#comment ⇒ Object
Returns the value of attribute comment
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def comment @comment end |
#constants ⇒ Object
Returns the value of attribute constants
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def constants @constants end |
#extended ⇒ Object
Returns the value of attribute extended
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def extended @extended end |
#filename ⇒ Object
Returns the value of attribute filename
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def filename @filename end |
#included ⇒ Object
Returns the value of attribute included
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def included @included end |
#instance_methods ⇒ Object
Returns the value of attribute instance_methods
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def instance_methods @instance_methods end |
#kind ⇒ Object
Returns the value of attribute kind
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def kind @kind end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/docgen/markdown.rb', line 9 def title @title end |