Class: Hyperloop::Application
- Defined in:
- lib/hyper-operation/boot.rb,
lib/hyper-operation/transport/client_drivers.rb
Overview
Client side handling of synchronization messages When a synchronization message comes in, the client will sync_dispatch We use ERB to determine the configuration and implement the appropriate client interface to sync_change or sync_destroy
Defined Under Namespace
Classes: Boot
Class Method Summary collapse
Class Method Details
.acting_user_id ⇒ Object
10 11 12 |
# File 'lib/hyper-operation/transport/client_drivers.rb', line 10 def self.acting_user_id ClientDrivers.opts[:acting_user_id] end |