Class: ExtractStatus

Inherits:
Common::Base show all
Defined in:
app/models/extract_status.rb

Overview

facility extract statuses, part of PHR refresh.

Instance Attribute Summary

Attributes inherited from Common::Base

#errors_hash, #metadata

Instance Method Summary collapse

Methods inherited from Common::Base

#changed, #changed?, #changes, default_sort, filterable_attributes, #initialize, max_per_page, per_page, sortable_attributes

Constructor Details

This class inherits a constructor from Common::Base

Instance Method Details

#idObject



14
15
16
# File 'app/models/extract_status.rb', line 14

def id
  Digest::SHA256.hexdigest(instance_variable_get(:@original_attributes).to_json)
end