Method: OpenLibraryBook#fetch_authors

Defined in:
lib/fetchworks.rb

#fetch_authorsObject



189
190
191
192
193
# File 'lib/fetchworks.rb', line 189

def fetch_authors
  authors.collect do |author|
    OpenLibraryAuthor.new author["url"]
  end
end