Class: Cassie::Testing::Fake::ExecutionInfo
- Defined in:
- lib/cassie/testing/fake/execution_info.rb
Instance Attribute Summary collapse
-
#consistency ⇒ Object
readonly
Returns the value of attribute consistency.
-
#statement ⇒ Object
readonly
Returns the value of attribute statement.
Instance Method Summary collapse
- #bind(_params) ⇒ Object
-
#initialize(statement) ⇒ ExecutionInfo
constructor
A new instance of ExecutionInfo.
- #trace ⇒ Object
Constructor Details
#initialize(statement) ⇒ ExecutionInfo
Returns a new instance of ExecutionInfo.
5 6 7 |
# File 'lib/cassie/testing/fake/execution_info.rb', line 5 def initialize(statement) @statement = statement end |
Instance Attribute Details
#consistency ⇒ Object (readonly)
Returns the value of attribute consistency.
3 4 5 |
# File 'lib/cassie/testing/fake/execution_info.rb', line 3 def consistency @consistency end |
#statement ⇒ Object (readonly)
Returns the value of attribute statement.
3 4 5 |
# File 'lib/cassie/testing/fake/execution_info.rb', line 3 def statement @statement end |