Class: GooglePlus::People::Client

Inherits:
Object
  • Object
show all
Includes:
Client
Defined in:
lib/google_plus/people.rb

Instance Method Summary collapse

Instance Method Details

#get(user_id) ⇒ Object



14
15
16
# File 'lib/google_plus/people.rb', line 14

def get(user_id)
  Person.new get_with_key("/people/#{user_id}")
end