Class: CanTango::PermitEngine::Executor::System

Inherits:
Abstract
  • Object
show all
Defined in:
lib/cantango/permit_engine/executor/system.rb

Instance Attribute Summary

Attributes inherited from Abstract

#permit

Instance Method Summary collapse

Methods inherited from Abstract

#initialize, #permit?

Methods included from Helpers::Debug

#debug

Constructor Details

This class inherits a constructor from CanTango::PermitEngine::Executor::Abstract

Instance Method Details

#execute!Object

always execute system permit



6
7
8
# File 'lib/cantango/permit_engine/executor/system.rb', line 6

def execute!
  permit?
end