Class: Generator

Inherits:
Struct show all
Defined in:
lib/tap/support/tdoc.rb

Overview

Register the TDoc 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



359
360
361
# File 'lib/tap/support/tdoc.rb', line 359

def class_name
  @class_name
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



359
360
361
# File 'lib/tap/support/tdoc.rb', line 359

def file_name
  @file_name
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



359
360
361
# File 'lib/tap/support/tdoc.rb', line 359

def key
  @key
end