Sha256: 713e8f22d7fbdab70ddce5959d19b3bc1b0c587f293df7263a5043adb691b16e

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

module Checkr
  class EvictionSearch < APIResource

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

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

    def self.path
      "/v1/eviction_searches"
    end

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
checkr-official-1.7.1 lib/checkr/eviction_search.rb
checkr-official-1.7 lib/checkr/eviction_search.rb
checkr-official-1.6 lib/checkr/eviction_search.rb
checkr-official-1.5.4 lib/checkr/eviction_search.rb
checkr-official-1.5.3 lib/checkr/eviction_search.rb