module Testlink::Client
Constants
- VERSION
Public Class Methods
new(uri, key)
click to toggle source
# File lib/testlink/client.rb, line 7 def self.new uri, key klass = const_get("TestlinkAPIClient") klass.new uri, key end