Class: LS4::SyncService

Inherits:
Service show all
Defined in:
lib/ls4/service/sync.rb

Direct Known Subclasses

SyncClientService, SyncServerService

Instance Method Summary collapse

Methods inherited from Service

init

Methods included from EventBus::SingletonMixin

#ebus_bind!, #ebus_connect, extended

Methods included from EventBus::BusMixin

#ebus_all_slots, #ebus_disconnect!

Methods included from EventBus::DeclarerBase::Methods

#connect, #ebus_all_slots, #ebus_call_log, #ebus_call_slots, #ebus_signal_error, #ebus_signal_log, #ebus_signal_slots

Methods included from EventBus::DeclarerBase

#call_slot, #signal_slot

Constructor Details

#initializeSyncService

Returns a new instance of SyncService.



40
41
42
43
# File 'lib/ls4/service/sync.rb', line 40

def initialize
	@hash_array = []
	update_hash
end

Instance Method Details

#get_hashObject



45
46
47
# File 'lib/ls4/service/sync.rb', line 45

def get_hash
	@hash
end