class
MinknowApi::Device::GetTemperatureResponse::PebbleTemperature
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/device.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #asic_temperature : Google::Protobuf::FloatValue | Nil
- #asic_temperature=(asic_temperature : Google::Protobuf::FloatValue | Nil)
- #clear_asic_temperature : Nil
- #clear_instrument_temperature : Nil
- #clear_pchip_temperature : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_asic_temperature? : Bool
- #has_instrument_temperature? : Bool
- #has_pchip_temperature? : Bool
- #instrument_temperature : Google::Protobuf::FloatValue | Nil
- #instrument_temperature=(instrument_temperature : Google::Protobuf::FloatValue | Nil)
- #pchip_temperature : Google::Protobuf::FloatValue | Nil
- #pchip_temperature=(pchip_temperature : Google::Protobuf::FloatValue | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def instrument_temperature=(instrument_temperature : Google::Protobuf::FloatValue | Nil)
#