Class: TD::Types::VectorPathCommand::Line

Inherits:
TD::Types::VectorPathCommand show all
Defined in:
lib/tdlib/types/vector_path_command/line.rb

Overview

A straight line to a given point.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#end_pointTD::Types::Point

The end point of the straight line.

Returns:



5
6
7
# File 'lib/tdlib/types/vector_path_command/line.rb', line 5

def end_point
  @end_point
end