Class: TD::Types::VectorPathCommand::Line
- Inherits:
-
TD::Types::VectorPathCommand
- Object
- Dry::Struct
- Base
- TD::Types::VectorPathCommand
- TD::Types::VectorPathCommand::Line
- Defined in:
- lib/tdlib/types/vector_path_command/line.rb
Overview
A straight line to a given point.
Instance Attribute Summary collapse
-
#end_point ⇒ TD::Types::Point
The end point of the straight line.
Method Summary
Methods inherited from Base
Instance Attribute Details
#end_point ⇒ TD::Types::Point
The end point of the straight line.
5 6 7 |
# File 'lib/tdlib/types/vector_path_command/line.rb', line 5 def end_point @end_point end |