Class: Pairzone::Api::User
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Pairzone::Api::Base
Instance Method Details
#to_str ⇒ Object
10 11 12 13 |
# File 'lib/pairzone/api/user.rb', line 10 def to_str "Username: #{username}\n" + "Email: #{email}" end |