Class: OpenworldcatClient
- Inherits:
-
Object
- Object
- OpenworldcatClient
- Defined in:
- app/models/openworldcat_client.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) make_interesting(link, context_object)
3 4 5 |
# File 'app/models/openworldcat_client.rb', line 3 def make_interesting(link, context_object) return {:highlighted_link=>{:type => "worldcat", :title =>"View record in OpenWorldcat",:url => link[:url]}} end |