Class: PlatformAPI::TestNode
- Inherits:
-
Object
- Object
- PlatformAPI::TestNode
- Defined in:
- lib/platform-api/client.rb
Overview
A single test node belonging to a test run
Instance Method Summary collapse
-
#initialize(client) ⇒ TestNode
constructor
A new instance of TestNode.
- #list(test_run_id) ⇒ Object
Constructor Details
#initialize(client) ⇒ TestNode
Returns a new instance of TestNode.
5393 5394 5395 |
# File 'lib/platform-api/client.rb', line 5393 def initialize(client) @client = client end |
Instance Method Details
#list(test_run_id) ⇒ Object
5405 5406 5407 |
# File 'lib/platform-api/client.rb', line 5405 def list(test_run_id) @client.test_node.list(test_run_id) end |