Class: Google::Protobuf::FloatValue
- Inherits:
-
Object
- Object
- Google::Protobuf::FloatValue
- Extended by:
- MessageExts::ClassMethods
- Includes:
- MessageExts
- Defined in:
- proto_docs/google/protobuf/wrappers.rb
Overview
Wrapper message for float.
The JSON representation for FloatValue is JSON number.
Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
Instance Attribute Summary collapse
-
#value ⇒ ::Float
The float value.
Instance Attribute Details
#value ⇒ ::Float
45 46 47 48 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 45 class FloatValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |