Class: ExtractStatus
- Inherits:
-
Common::Base
- Object
- Common::Base
- ExtractStatus
- Defined in:
- app/models/extract_status.rb
Overview
facility extract statuses, part of PHR refresh.
Instance Attribute Summary
Attributes inherited from Common::Base
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
#id ⇒ Object
14 15 16 |
# File 'app/models/extract_status.rb', line 14 def id Digest::SHA256.hexdigest(instance_variable_get(:@original_attributes).to_json) end |