Class: TD::Types::PageBlockListItem
- Defined in:
- lib/tdlib/types/page_block_list_item.rb
Overview
Describes an item of a list page block.
Instance Attribute Summary collapse
-
#label ⇒ TD::Types::String
Item label.
-
#page_blocks ⇒ Array<TD::Types::PageBlock>
Item blocks.
Method Summary
Methods inherited from Base
Instance Attribute Details
#label ⇒ TD::Types::String
Item label.
6 7 8 |
# File 'lib/tdlib/types/page_block_list_item.rb', line 6 def label @label end |
#page_blocks ⇒ Array<TD::Types::PageBlock>
Item blocks.
6 7 8 |
# File 'lib/tdlib/types/page_block_list_item.rb', line 6 def page_blocks @page_blocks end |