Sha256: eec388a0c7f5004cd222aa625d791fff9917e0f2b8cd0298eeff1bcde9a192b7
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
module TD::Types # A collapsible block. # # @attr header [TD::Types::RichText] Always visible heading for the block. # @attr page_blocks [Array<TD::Types::PageBlock>] Block contents. # @attr is_open [Boolean] True, if the block is open by default. class PageBlock::Details < PageBlock attribute :header, TD::Types::RichText attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock) attribute :is_open, TD::Types::Bool end end
Version data entries
6 entries across 6 versions & 2 rubygems