Class: AngelList::Review

Inherits:
Base
  • Object
show all
Defined in:
lib/angel_list/review.rb

Instance Attribute Summary

Attributes inherited from Base

#auth

Instance Method Summary collapse

Methods inherited from Base

#delete, #get, #initialize, #parse, #post

Constructor Details

This class inherits a constructor from AngelList::Base

Instance Method Details

#find(user_id) ⇒ Object



3
4
5
# File 'lib/angel_list/review.rb', line 3

def find(user_id)
  get('https://api.angel.co/1/reviews?user_id='+user_id)
end