Class: Hyrax::Embargo
- Inherits:
-
Valkyrie::Resource
- Object
- Valkyrie::Resource
- Hyrax::Embargo
- Defined in:
- app/models/hyrax/embargo.rb
Overview
Note:
Embargo and Lease can, in principle, be collapsed into a single model with a #visibility_during, #visibility_after, #end_date, and #history. We haven’t made this transition in order to simplify legacy support for Hydra::AccessControls.
The Valkyrie model for embargoes.
Instance Method Summary collapse
Instance Method Details
#active? ⇒ Boolean
17 18 19 |
# File 'app/models/hyrax/embargo.rb', line 17 def active? (.present? && Hyrax::TimeService.time_in_utc < ) end |