class Aq::Base

Public Class Methods

new() click to toggle source
# File lib/aq/base.rb, line 7
def initialize
  @client = Aws::Athena::Client.new()
  @logger = Logger.new(STDOUT)
  @logger.level = Logger::INFO
end

Protected Instance Methods

log() click to toggle source
# File lib/aq/base.rb, line 14
def log
  @logger
end