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.
Instance Attribute Summary collapse
-
#value ⇒ ::Float
The float value.
Instance Attribute Details
#value ⇒ ::Float
Returns The float value.
39 40 41 42 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 39 class FloatValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |