Class: Riddl::Roles::Implementation
- Inherits:
-
Object
- Object
- Riddl::Roles::Implementation
- Defined in:
- lib/ruby/riddl/roles.rb
Class Method Summary collapse
- .after(method, code, response, headers, options) ⇒ Object
- .before(method, parameters, headers, options) ⇒ Object
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,); end |
.before(method, parameters, headers, options) ⇒ Object
11 |
# File 'lib/ruby/riddl/roles.rb', line 11 def self::before(method,parameters,headers,); end |