Sha256: 6ce09235e198941799ce1f8f611b190ad5ae025e726e6ad58b391ff32d013304
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
module TD::Types # A regular poll. # # @attr allow_multiple_answers [Boolean] True, if multiple answer options can be chosen simultaneously. class PollType::Regular < PollType attribute :allow_multiple_answers, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 1 rubygems