Class: Ruby_Ab101
- Inherits:
-
Ab101
- Object
- Ab101
- Ruby_Ab101
- Defined in:
- lib/ruby_qb101.rb
Instance Method Summary collapse
-
#initialize(qb, ab_xml = nil, filepath: '.', debug: false) ⇒ Ruby_Ab101
constructor
note: the ab_xml file can be in CGRecorder log XML format.
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 |