Class: Google::Protobuf::BoolValue
- Inherits:
-
Object
- Object
- Google::Protobuf::BoolValue
- Extended by:
- MessageExts::ClassMethods
- Includes:
- MessageExts
- Defined in:
- proto_docs/google/protobuf/wrappers.rb
Overview
Wrapper message for bool.
The JSON representation for BoolValue is JSON true and false.
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 ⇒ ::Boolean
The bool value.
Instance Attribute Details
#value ⇒ ::Boolean
115 116 117 118 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 115 class BoolValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |