class QB::Execution
An object that encapsulates an execution of the QB
program.
Public Class Methods
new(values = {})
click to toggle source
Instantiate a new `QB::Execution`.
# File lib/qb/execution.rb, line 74 def initialize values = {} initialize_props values end