Class: Ruby_Ab101

Inherits:
Ab101
  • Object
show all
Defined in:
lib/ruby_qb101.rb

Instance Method Summary collapse

Constructor Details

#initialize(qb, ab_xml = nil, filepath: '.', debug: false) ⇒ Ruby_Ab101

note: the ab_xml file can be in CGRecorder log XML format



33
34
35
36
# File 'lib/ruby_qb101.rb', line 33

def initialize(qb, ab_xml=nil, filepath: '.', debug: false)
      
  super(qb, ab_xml, filepath: filepath, debug: debug)
end