class WWWCHTMLConverter::CommandLine
Your code goes hereā¦
Attributes
wwwc[RW]
Public Class Methods
new()
click to toggle source
# File lib/WWWCHtmlConverter/WWWCHTMLConverterLib.rb, line 11 def initialize() @wwwc = WWWC.new() end
Public Instance Methods
in_to(dir_path)
click to toggle source
# File lib/WWWCHtmlConverter/WWWCHTMLConverterLib.rb, line 15 def in_to(dir_path) @wwwc.dir_path_in = dir_path end
out(dir_path)
click to toggle source
# File lib/WWWCHtmlConverter/WWWCHTMLConverterLib.rb, line 19 def out(dir_path) @wwwc.dir_path_out = dir_path end