Class: Rasti::App::Facade::SynchronicInteractionsFactory

Inherits:
Object
  • Object
show all
Includes:
Delegable
Defined in:
lib/rasti/app/facade.rb

Instance Method Summary collapse

Methods included from Delegable

#methods, #public_methods

Constructor Details

#initialize(facade, environment, session) ⇒ SynchronicInteractionsFactory

Returns a new instance of SynchronicInteractionsFactory.



48
49
50
51
52
# File 'lib/rasti/app/facade.rb', line 48

def initialize(facade, environment, session)
  @facade = facade
  @environment = environment
  @session = session
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rasti::App::Delegable