StdlibDoc::GenDoc::Options (Class)

In: StdlibDoc/GenDoc/App.rb
Parent: Object

Represents the user-specified options that affect the operation of the gendoc application.

Methods

new  

Attributes

config  [RW]  StdlibDoc::Config object.
force  [RW]  Do we force documentation build even if it’s up to date?
operation  [RW]  Operation: target, all, packaging, …
targets  [RW]  Documentation build targets.

Public Class methods

[Source]

# File StdlibDoc/GenDoc/App.rb, line 31
    def initialize # :yield: self

      yield self if block_given?
    end

[Validate]