Class: Datadog::CI::Transport::Api::CiTestCycle
- Defined in:
- lib/datadog/ci/transport/api/ci_test_cycle.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(api_key:, http:) ⇒ CiTestCycle
constructor
A new instance of CiTestCycle.
Methods inherited from Base
Constructor Details
#initialize(api_key:, http:) ⇒ CiTestCycle
Returns a new instance of CiTestCycle.
13 14 15 16 17 |
# File 'lib/datadog/ci/transport/api/ci_test_cycle.rb', line 13 def initialize(api_key:, http:) @api_key = api_key super(http: http) end |
Instance Attribute Details
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key.
11 12 13 |
# File 'lib/datadog/ci/transport/api/ci_test_cycle.rb', line 11 def api_key @api_key end |