Sha256: 4052e0c79e118f0e136ba3d38ca2b01e278475ca50847771c8813b809ff3bb22
Contents?: true
Size: 351 Bytes
Versions: 6
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # A slideshow. # # @attr page_blocks [Array<TD::Types::PageBlock>] Slideshow item contents. # @attr caption [TD::Types::PageBlockCaption] Block caption. class PageBlock::Slideshow < PageBlock attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock) attribute :caption, TD::Types::PageBlockCaption end end
Version data entries
6 entries across 6 versions & 2 rubygems