class AP::Search::UnsupportedSearchMethod
Error class for when unsupported methords are called on searches that don’t have the seach_type to “request” (that is the default). This error is railed on objects obtained by the similar(id) method
Public Instance Methods
to_s()
click to toggle source
# File lib/ap/search.rb, line 8 def to_s; "This method isn't supported for this search type"; end