Class: RDoc::Generator::Markdown::DocClass

Inherits:
Struct
  • Object
show all
Defined in:
lib/docgen/markdown.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def attributes
  @attributes
end

#class_methodsObject

Returns the value of attribute class_methods

Returns:

  • (Object)

    the current value of class_methods



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def class_methods
  @class_methods
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def comment
  @comment
end

#constantsObject

Returns the value of attribute constants

Returns:

  • (Object)

    the current value of constants



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def constants
  @constants
end

#extendedObject

Returns the value of attribute extended

Returns:

  • (Object)

    the current value of extended



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def extended
  @extended
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def filename
  @filename
end

#includedObject

Returns the value of attribute included

Returns:

  • (Object)

    the current value of included



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def included
  @included
end

#instance_methodsObject

Returns the value of attribute instance_methods

Returns:

  • (Object)

    the current value of instance_methods



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def instance_methods
  @instance_methods
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def kind
  @kind
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/docgen/markdown.rb', line 9

def title
  @title
end