Class: Quandl::Client::Scraper

Inherits:
Base
  • Object
show all
Defined in:
lib/quandl/client/models/scraper.rb

Instance Method Summary collapse

Methods inherited from Base

her_api, models, models_use_her_api!, url_with_version, use

Instance Method Details

#scraper=(value) ⇒ Object



10
11
12
# File 'lib/quandl/client/models/scraper.rb', line 10

def scraper=(value)
  write_attribute(:scraper, Faraday::UploadIO.new(value, 'text/plain') )
end