Sha256: be2883253716ae7612c6a75b909b78212241378f53b0bc75906fb4c7fc574b22

Contents?: true

Size: 344 Bytes

Versions: 11

Compression:

Stored size: 344 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/evictions"
    end

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
checkr-official-1.5.2 lib/checkr/eviction_search.rb
checkr-official-1.5.1 lib/checkr/eviction_search.rb
checkr-official-1.5.0 lib/checkr/eviction_search.rb
checkr-official-1.4.0 lib/checkr/eviction_search.rb
checkr-official-1.3.1 lib/checkr/eviction_search.rb
checkr-official-1.2.1 lib/checkr/eviction_search.rb
checkr-official-1.2.0 lib/checkr/eviction_search.rb
checkr-official-1.1.2 lib/checkr/eviction_search.rb
checkr-official-1.1.1 lib/checkr/eviction_search.rb
checkr-official-1.1.0 lib/checkr/eviction_search.rb
checkr-official-1.0.2 lib/checkr/eviction_search.rb