Class: Generator

Inherits:
Struct show all
Defined in:
lib/cdoc.rb

Overview

Register the CDoc generator (in case you want to actually use it). method echos RDoc generator registration (see ‘rdoc/rdoc’ line 76)

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



363
364
365
# File 'lib/cdoc.rb', line 363

def class_name
  @class_name
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



363
364
365
# File 'lib/cdoc.rb', line 363

def file_name
  @file_name
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



363
364
365
# File 'lib/cdoc.rb', line 363

def key
  @key
end