Sha256: c4f84a2d7ee740e312b6578fedafd57549252359f30441a2c2a6e84b4d3ff7c4
Contents?: true
Size: 243 Bytes
Versions: 6
Compression:
Stored size: 243 Bytes
Contents
module TD::Types # A list of data blocks. # # @attr items [Array<TD::Types::PageBlockListItem>] The items of the list. class PageBlock::List < PageBlock attribute :items, TD::Types::Array.of(TD::Types::PageBlockListItem) end end
Version data entries
6 entries across 6 versions & 2 rubygems