Class: MicroformatScraper::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/microformat_scraper/page.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ Page

Returns a new instance of Page.



6
7
8
# File 'lib/microformat_scraper/page.rb', line 6

def initialize(url)
  @url = url
end

Instance Method Details

#contentObject



10
11
12
# File 'lib/microformat_scraper/page.rb', line 10

def content
  open(@url).read
end