Class: Riddl::Roles::Implementation

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby/riddl/roles.rb

Class Method Summary collapse

Class Method Details

.after(method, code, response, headers, options) ⇒ Object



12
# File 'lib/ruby/riddl/roles.rb', line 12

def self::after(method,code,response,headers,options); end

.before(method, parameters, headers, options) ⇒ Object



11
# File 'lib/ruby/riddl/roles.rb', line 11

def self::before(method,parameters,headers,options); end