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