Class: RDoc::RDoc::Generator

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

Overview

This is the list of output generators that we support

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



74
75
76
# File 'lib/rdoc/rdoc.rb', line 74

def class_name
  @class_name
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



74
75
76
# File 'lib/rdoc/rdoc.rb', line 74

def file_name
  @file_name
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



74
75
76
# File 'lib/rdoc/rdoc.rb', line 74

def key
  @key
end