Class: TD::Types::PageBlock::List
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::List
- Defined in:
- lib/tdlib/types/page_block/list.rb
Overview
A list of data blocks.
Instance Attribute Summary collapse
-
#items ⇒ Array<TD::Types::PageBlockListItem>
The items of the list.
Method Summary
Methods inherited from Base
Instance Attribute Details
#items ⇒ Array<TD::Types::PageBlockListItem>
The items of the list.
5 6 7 |
# File 'lib/tdlib/types/page_block/list.rb', line 5 def items @items end |