module ShareNotify::Metadata

Queries the SHARE search api for an existing record. This assumes the class into which this module is included responds to url and that in turn is mapped to the docID of the Share document that was originally uploaded via the SHARE push API.

@see ShareNotify::NotificationQueryService for details of interface expectations

Private Instance Methods

notification_query_service() click to toggle source
# File lib/share_notify/metadata.rb, line 14
def notification_query_service
  @notification_query_service ||= ShareNotify::NotificationQueryService.new(self)
end