Class: Cortex::Webpages
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Cortex::Resource
Instance Method Details
#get_feed(id) ⇒ Object
3 4 5 |
# File 'lib/cortex/webpages.rb', line 3 def get_feed(id) client.get('/webpages/feed', {:url => id}) end |