Method: Synco::Server#to_s

Defined in:
lib/synco/server.rb

#to_sObject

String representation of the server for logging.



86
87
88
# File 'lib/synco/server.rb', line 86

def to_s
	"#{@host}:#{full_path}"
end