Class: TD::Types::PageBlock::Map
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::Map
- Defined in:
- lib/tdlib/types/page_block/map.rb
Overview
A map.
Instance Attribute Summary collapse
-
#caption ⇒ TD::Types::PageBlockCaption
Block caption.
-
#height ⇒ Integer
Map height.
-
#location ⇒ TD::Types::Location
Location of the map center.
-
#width ⇒ Integer
Map width.
-
#zoom ⇒ Integer
Map zoom level.
Method Summary
Methods inherited from Base
Instance Attribute Details
#caption ⇒ TD::Types::PageBlockCaption
Block caption.
9 10 11 |
# File 'lib/tdlib/types/page_block/map.rb', line 9 def @caption end |
#height ⇒ Integer
Map height.
9 10 11 |
# File 'lib/tdlib/types/page_block/map.rb', line 9 def height @height end |
#location ⇒ TD::Types::Location
Location of the map center.
9 10 11 |
# File 'lib/tdlib/types/page_block/map.rb', line 9 def location @location end |
#width ⇒ Integer
Map width.
9 10 11 |
# File 'lib/tdlib/types/page_block/map.rb', line 9 def width @width end |
#zoom ⇒ Integer
Map zoom level.
9 10 11 |
# File 'lib/tdlib/types/page_block/map.rb', line 9 def zoom @zoom end |