Class: Freddie::Application

Inherits:
Handlers::Base show all
Defined in:
lib/freddie/application.rb

Instance Attribute Summary

Attributes inherited from Handlers::Base

#args, #block, #env

Instance Method Summary collapse

Methods inherited from Handlers::Base

#after_perform, #before_perform, #call, call, #context, #finish!, #finished?, #initialize, #layout, #method_missing, #params, #perform_freddie_block, #request, #response, #session

Constructor Details

This class inherits a constructor from Freddie::Handlers::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Freddie::Handlers::Base

Instance Method Details

#performObject



3
4
5
# File 'lib/freddie/application.rb', line 3

def perform
  perform_freddie_block
end