Sha256: ea44bbe589fccc63ce3e79b1cdee2b8af07c37d06bafa9932b23d57adef05ffc
Contents?: true
Size: 188 Bytes
Versions: 6
Compression:
Stored size: 188 Bytes
Contents
module TD::Types # A text paragraph. # # @attr text [TD::Types::RichText] Paragraph text. class PageBlock::Paragraph < PageBlock attribute :text, TD::Types::RichText end end
Version data entries
6 entries across 6 versions & 2 rubygems