Sha256: ea44bbe589fccc63ce3e79b1cdee2b8af07c37d06bafa9932b23d57adef05ffc
Contents?: true
Size: 188 Bytes
Versions: 7
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
7 entries across 7 versions & 2 rubygems