Method: Kickflow::User#to_s

Defined in:
lib/kickflow/models/user.rb

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



512
513
514
# File 'lib/kickflow/models/user.rb', line 512

def to_s
  to_hash.to_s
end