class Twb::TabToolTest

Public Class Methods

new() click to toggle source
# File lib/twb/tabtest.rb, line 23
def initialize
    @ttlogfile    = 'TableauTools.ttlog'
    @logger       = Logger.new(@ttlogfile)
    @logger.level = Logger::DEBUG
end