Sha256: b477fc80f9f22890d2ea5703dbc41d138d1dfb26d33c0d2e2fd6293fb45b033c
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
module TD::Types # A block quote. # # @attr text [TD::Types::RichText] Quote text. # @attr credit [TD::Types::RichText] Quote credit. class PageBlock::BlockQuote < PageBlock attribute :text, TD::Types::RichText attribute :credit, TD::Types::RichText end end
Version data entries
5 entries across 5 versions & 2 rubygems