class CopyTunerClient::Configuration
def project_url
-
(String)
- current project url by api_key
def project_url URI::Generic.build(:scheme => self.protocol, :host => self.host, :port => self.port.to_i, :path => "/projects/#{self.api_key}").to_s end