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
.
Instance Attribute Summary collapse
-
#value ⇒ ::Boolean
The bool value.
Instance Attribute Details
#value ⇒ ::Boolean
Returns The bool value.
94 95 96 97 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 94 class BoolValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |