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