Class: Google::Protobuf::BoolValue

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

Instance Attribute Details

#value::Boolean

Returns The bool value.

Returns:

  • (::Boolean)

    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