Class: TestRail::TestRun
- Inherits:
-
Object
- Object
- TestRail::TestRun
- Defined in:
- lib/test_rail_integration/generator/test_run.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/test_rail_integration/generator/test_run.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/test_rail_integration/generator/test_run.rb', line 5 def name @name end |