15 16 17
# File 'app/models/try_api/project.rb', line 15 def endpoint "#{ host }#{ port.blank? ? '' : (':' + port.to_s) }" end