Class: AngelList::Press
Instance Attribute Summary
Attributes inherited from Base
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(startup_id) ⇒ Object
3 4 5 |
# File 'lib/angel_list/press.rb', line 3 def find(startup_id) get('https://api.angel.co/1/press?startup_id='+startup_id.to_s) end |