Class: Textus::Manifest::Policy::Predicates::FreshWithin

Inherits:
Object
  • Object
show all
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