Class: Openlayer::Models::TestListResultsResponse::Item::ExpectedValue
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::TestListResultsResponse::Item::ExpectedValue
- Defined in:
- lib/openlayer/models/test_list_results_response.rb,
sig/openlayer/models/test_list_results_response.rbs
Instance Attribute Summary collapse
-
#lower_threshold ⇒ Float?
the lower threshold for the expected value.
-
#measurement ⇒ String?
One of the
measurementvalues in the test's thresholds. -
#upper_threshold ⇒ Float?
The upper threshold for the expected value.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
145 |
# File 'sig/openlayer/models/test_list_results_response.rbs', line 145
def initialize: (
|
Instance Attribute Details
#lower_threshold ⇒ Float?
the lower threshold for the expected value
165 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 165 optional :lower_threshold, Float, api_name: :lowerThreshold, nil?: true |
#measurement ⇒ String?
One of the measurement values in the test's thresholds
171 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 171 optional :measurement, String |
#upper_threshold ⇒ Float?
The upper threshold for the expected value
177 |
# File 'lib/openlayer/models/test_list_results_response.rb', line 177 optional :upper_threshold, Float, api_name: :upperThreshold, nil?: true |
Instance Method Details
#to_hash ⇒ {
151 |
# File 'sig/openlayer/models/test_list_results_response.rbs', line 151
def to_hash: -> {
|