Class: QTest::TestStep
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#project ⇒ Object
Returns the value of attribute project.
-
#test_case ⇒ Object
Returns the value of attribute test_case.
Method Summary
Methods inherited from Base
#all, #create, find_by, #initialize, method_missing, #move, #unique
Constructor Details
This class inherits a constructor from QTest::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/qtest/test_step.rb', line 3 def id @id end |
#project ⇒ Object
Returns the value of attribute project.
3 4 5 |
# File 'lib/qtest/test_step.rb', line 3 def project @project end |
#test_case ⇒ Object
Returns the value of attribute test_case.
3 4 5 |
# File 'lib/qtest/test_step.rb', line 3 def test_case @test_case end |