Class: Phronomy::Agent::ContextPolicy

Inherits:
Object
  • Object
show all
Defined in:
lib/phronomy/agent/context_policy.rb

Instance Method Summary collapse

Instance Method Details

#call(_request) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/phronomy/agent/context_policy.rb', line 6

def call(_request)
  raise NotImplementedError, "#{self.class}#call is not implemented"
end

#descriptorObject

Raises:

  • (NotImplementedError)


10
11
12
# File 'lib/phronomy/agent/context_policy.rb', line 10

def descriptor
  raise NotImplementedError, "#{self.class}#descriptor is not implemented"
end