Method: Datadog::CI::ReadonlyTestSession#initialize
- Defined in:
- lib/datadog/ci/readonly_test_session.rb
#initialize(test_session) ⇒ ReadonlyTestSession
Returns a new instance of ReadonlyTestSession.
9 10 11 12 13 14 |
# File 'lib/datadog/ci/readonly_test_session.rb', line 9 def initialize(test_session) @id = test_session.id @name = test_session.name = test_session. @service = test_session.service end |