Sha256: 317c9cf97e2ae1b8e3b0c646d53e153a0807bfe3d81248be03dbfd58170d3d97
Contents?: true
Size: 183 Bytes
Versions: 1
Compression:
Stored size: 183 Bytes
Contents
module TD::Types # Boolean option. # # @attr value [Boolean] The value of the option. class OptionValue::Boolean < OptionValue attribute :value, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/option_value/boolean.rb |