Class: Openlayer::Models::TestListResultsResponse::LastUnskippedResult
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::TestListResultsResponse::LastUnskippedResult
- Defined in:
- lib/openlayer/models/test_list_results_response.rb
Overview
Defined Under Namespace
Modules: Status Classes: ExpectedValue, Goal, RowsBody
Instance Attribute Summary collapse
- #expected_values ⇒ Array<Openlayer::Models::TestListResultsResponse::LastUnskippedResult::ExpectedValue>?
- #goal ⇒ Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Goal?
-
#rows ⇒ String?
The URL to the rows of the test result.
-
#rows_body ⇒ Openlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody?
The body of the rows request.
-
#status ⇒ Symbol, Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Status
The status of the test.
-
#status_message ⇒ String?
The status message.
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(lower_threshold: nil, measurement: nil, upper_threshold: nil) ⇒ Object
|
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 937
|
Instance Attribute Details
#expected_values ⇒ Array<Openlayer::Models::TestListResultsResponse::LastUnskippedResult::ExpectedValue>?
863 864 865 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 863 optional :expected_values, -> { Openlayer::Internal::Type::ArrayOf[Openlayer::Models::TestListResultsResponse::LastUnskippedResult::ExpectedValue] }, api_name: :expectedValues |
#goal ⇒ Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Goal?
870 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 870 optional :goal, -> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Goal } |
#rows ⇒ String?
The URL to the rows of the test result.
876 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 876 optional :rows, String |
#rows_body ⇒ Openlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody?
The body of the rows request.
882 883 884 885 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 882 optional :rows_body, -> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody }, api_name: :rowsBody, nil?: true |
#status ⇒ Symbol, Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Status
The status of the test.
852 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 852 required :status, enum: -> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Status } |
#status_message ⇒ String?
The status message.
858 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 858 required :status_message, String, api_name: :statusMessage, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 978
|