Method: OpenLibraryAuthor#initialize

Defined in:
lib/fetchworks.rb

#initialize(url) ⇒ OpenLibraryAuthor

Can only access authors at present via the URL provided for them in book data



158
159
160
# File 'lib/fetchworks.rb', line 158

def initialize(url)
  super OpenLibrary.get_author(url)
end