class Cassie::Testing::Fake::ExecutionInfo

Attributes

consistency[R]
statement[R]

Public Class Methods

new(statement) click to toggle source
# File lib/cassie/testing/fake/execution_info.rb, line 5
def initialize(statement)
  @statement = statement
end

Public Instance Methods

bind(_params) click to toggle source
# File lib/cassie/testing/fake/execution_info.rb, line 9
def bind(_params)
  statement
end
trace() click to toggle source
# File lib/cassie/testing/fake/execution_info.rb, line 13
def trace
  nil
end