Returns the string representation of the object
Returns:
String presentation of the object
512 513 514
# File 'lib/kickflow/models/user.rb', line 512 def to_s to_hash.to_s end