Sha256: e270fb14c5fd39bb1f829fe07e7e944f7c778fd0a7aec7a410013f99057c33c4
Contents?: true
Size: 284 Bytes
Versions: 4
Compression:
Stored size: 284 Bytes
Contents
module TD::Types # An option changed its value. # # @attr name [String] The option name. # @attr value [TD::Types::OptionValue] The new option value. class Update::Option < Update attribute :name, TD::Types::String attribute :value, TD::Types::OptionValue end end
Version data entries
4 entries across 4 versions & 2 rubygems