Bool
Inherits Thrift::Type < Value < Object
Bool has only two possible values: true and false. They are constructed using these literals:
true # A Bool that is true
false # A Bool that is false
See Bool literals in the language reference.
Class methods
read(from iprot : Thrift::Protocol::BaseProtocol)
Sourcethrift_type
SourceInstance methods
thrift_type
Sourcewrite(to oprot : Thrift::Protocol::BaseProtocol)
All thrift compatible types need to define a write method