Sha256: 0696f0107becb625dba74013a6fe6afbf5fdbce99067f5a63fd6f29ddc414d5d
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
module TD::Types # Related articles. # # @attr header [TD::Types::RichText] Block header. # @attr articles [Array<TD::Types::PageBlockRelatedArticle>] List of related articles. class PageBlock::RelatedArticles < PageBlock attribute :header, TD::Types::RichText attribute :articles, TD::Types::Array.of(TD::Types::PageBlockRelatedArticle) end end
Version data entries
6 entries across 6 versions & 2 rubygems