module SwiftypeAppSearch::Client::SignedSearchOptions

Constants

ALGORITHM

Public Class Methods

included(base) click to toggle source
# File lib/swiftype-app-search/client.rb, line 53
def self.included(base)
  base.extend(ClassMethods)
end