Method: GoogleBookSearch#element_enhance
- Defined in:
- app/service_adaptors/google_book_search.rb
#element_enhance(request, rft_key, value) ⇒ Object
Will not over-write existing referent values.
217 218 219 220 221 |
# File 'app/service_adaptors/google_book_search.rb', line 217 def element_enhance(request, rft_key, value) if (value) request.referent.enhance_referent(rft_key, value.to_s, true, false, :overwrite => false) end end |