Sha256: 294d892f65579431b7eb6c6c067cb63dc08a15a93023b800117c11c1d46c1606
Contents?: true
Size: 239 Bytes
Versions: 4
Compression:
Stored size: 239 Bytes
Contents
module TD::Types # A straight line to a given point. # # @attr end_point [TD::Types::Point] The end point of the straight line. class VectorPathCommand::Line < VectorPathCommand attribute :end_point, TD::Types::Point end end
Version data entries
4 entries across 4 versions & 1 rubygems