Class: Cortex::Webpages

Inherits:
Resource show all
Defined in:
lib/cortex/webpages.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

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