Class: Google::Protobuf::FloatValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#value::Float

Returns The float value.

Returns:

  • (::Float)

    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