Module: Hello::RequestManager

Defined in:
lib/hello/request_manager.rb,
lib/hello/request_manager/factory.rb,
lib/hello/request_manager/abstract.rb,
lib/hello/request_manager/stateful.rb,
lib/hello/request_manager/stateless.rb,
lib/hello/request_manager/stateful/finder.rb,
lib/hello/request_manager/stateful/session_wrapper.rb

Defined Under Namespace

Classes: Abstract, Factory, Stateful, Stateless

Class Method Summary collapse

Class Method Details

.create(request) ⇒ Object



4
5
6
# File 'lib/hello/request_manager.rb', line 4

def self.create(request)
  Factory.new(request).create
end