Class: RDoc::Generator::Markdown::ClassMember

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



14
15
16
# File 'lib/docgen/markdown.rb', line 14

def comment
  @comment
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



14
15
16
# File 'lib/docgen/markdown.rb', line 14

def signature
  @signature
end

#source_codeObject

Returns the value of attribute source_code

Returns:

  • (Object)

    the current value of source_code



14
15
16
# File 'lib/docgen/markdown.rb', line 14

def source_code
  @source_code
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



14
15
16
# File 'lib/docgen/markdown.rb', line 14

def title
  @title
end