Sha256: cd805358198f7a4435f687663418804763e784283c7e2d13e0fb3732b7110613

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

module Checkr
  class TerroristWatchlistSearch < APIResource

    attribute :status
    attribute :completed_at
    attribute :turnaround_time
    attribute :records

    api_class_method :retrieve, :get, ":path/:id", :arguments => [:id]

    def self.path
      "/v1/terrorist_watchlist_searches"
    end

    APIClass.register_subclass(self, "terrorist_watchlist_search")
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
checkr-official-1.1.1 lib/checkr/terrorist_watchlist_search.rb
checkr-official-1.1.0 lib/checkr/terrorist_watchlist_search.rb
checkr-official-1.0.2 lib/checkr/terrorist_watchlist_search.rb
checkr-official-1.0.1 lib/checkr/terrorist_watchlist_search.rb
checkr-official-1.0.0 lib/checkr/terrorist_watchlist_search.rb