Sha256: 4577f32f893db26f24ba3f76ac87db48e01a7082d8bf00e6c97b85136ee3fb79

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

module TD::Types
  # Represents a vector path command.
  class VectorPathCommand < Base
    %w[
      line
      cubic_bezier_curve
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/vector_path_command/#{type}"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/vector_path_command.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/vector_path_command.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/vector_path_command.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/vector_path_command.rb