Class: TD::Types::PageBlock::Anchor
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::Anchor
- Defined in:
- lib/tdlib/types/page_block/anchor.rb
Overview
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
Instance Attribute Summary collapse
-
#name ⇒ TD::Types::String
Name of the anchor.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ TD::Types::String
Name of the anchor.
5 6 7 |
# File 'lib/tdlib/types/page_block/anchor.rb', line 5 def name @name end |