Sha256: 844230dc7049f48369c27d9be11ab408b3adde66aa51d11576c5e83b41f168c8
Contents?: true
Size: 336 Bytes
Versions: 4
Compression:
Stored size: 336 Bytes
Contents
module TD::Types # A preformatted text paragraph. # # @attr text [TD::Types::RichText] Paragraph text. # @attr language [String] Programming language for which the text should be formatted. class PageBlock::Preformatted < PageBlock attribute :text, TD::Types::RichText attribute :language, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems