Class: Textus::Manifest::Policy::Predicates::FreshWithin
- Inherits:
-
Object
- Object
- Textus::Manifest::Policy::Predicates::FreshWithin
- Defined in:
- lib/textus/manifest/policy/predicates/fresh_within.rb
Class Method Summary collapse
Class Method Details
.call(manifest:, actor:, action:, key:, schemas: nil, envelope: nil, extra: {}) ⇒ Object
6 7 8 |
# File 'lib/textus/manifest/policy/predicates/fresh_within.rb', line 6 def self.call(manifest:, actor:, action:, key:, schemas: nil, envelope: nil, extra: {}) { pass: true } end |