Class: RDoc::Options

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

Overview

SolarFish generator options.

Instance Attribute Summary collapse

Instance Attribute Details

#sf_filter_classesObject

Returns the value of attribute sf_filter_classes.



17
18
19
# File 'lib/rdoc/generator/solarfish.rb', line 17

def sf_filter_classes
  @sf_filter_classes
end

#sf_filter_membersObject

Returns the value of attribute sf_filter_members.



18
19
20
# File 'lib/rdoc/generator/solarfish.rb', line 18

def sf_filter_members
  @sf_filter_members
end

#sf_htmlfileObject

Returns the value of attribute sf_htmlfile.



12
13
14
# File 'lib/rdoc/generator/solarfish.rb', line 12

def sf_htmlfile
  @sf_htmlfile
end

#sf_jsonfileObject

Returns the value of attribute sf_jsonfile.



13
14
15
# File 'lib/rdoc/generator/solarfish.rb', line 13

def sf_jsonfile
  @sf_jsonfile
end

#sf_prefixObject

Returns the value of attribute sf_prefix.



14
15
16
# File 'lib/rdoc/generator/solarfish.rb', line 14

def sf_prefix
  @sf_prefix
end

#sf_templateObject

Returns the value of attribute sf_template.



15
16
17
# File 'lib/rdoc/generator/solarfish.rb', line 15

def sf_template
  @sf_template
end

#sf_themesObject

Returns the value of attribute sf_themes.



16
17
18
# File 'lib/rdoc/generator/solarfish.rb', line 16

def sf_themes
  @sf_themes
end