Sha256: 50c430e718b5ad27cf621b55e4489d3da1bcd4922c37faa2d4b2d39fd5664d63
Contents?: true
Size: 196 Bytes
Versions: 5
Compression:
Stored size: 196 Bytes
Contents
module TD::Types # Represents a boolean option. # # @attr value [Boolean] The value of the option. class OptionValue::Boolean < OptionValue attribute :value, TD::Types::Bool end end
Version data entries
5 entries across 5 versions & 2 rubygems