Method: Opac#to_fulltext

Defined in:
app/service_adaptors/opac.rb

#to_fulltext(response) ⇒ Object

When given a ServiceResponse object as its argument, returns the anchor text and URL



171
172
173
# File 'app/service_adaptors/opac.rb', line 171

def to_fulltext(response)
  return {:display_text=>response.response_key, :url=>response.value_string}
end