Class: Pairzone::Api::User

Inherits:
Base
  • Object
show all
Defined in:
lib/pairzone/api/user.rb

Instance Method Summary collapse

Methods inherited from Base

connect_to, #initialize

Constructor Details

This class inherits a constructor from Pairzone::Api::Base

Instance Method Details

#to_strObject



10
11
12
13
# File 'lib/pairzone/api/user.rb', line 10

def to_str
  "Username:      #{username}\n" +
  "Email:         #{email}"
end