Class: LS4::SyncService
- Inherits:
-
Service
- Object
- EventBus::Singleton
- Service
- LS4::SyncService
- Defined in:
- lib/ls4/service/sync.rb
Direct Known Subclasses
Instance Method Summary collapse
- #get_hash ⇒ Object
-
#initialize ⇒ SyncService
constructor
A new instance of SyncService.
Methods inherited from Service
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
Constructor Details
#initialize ⇒ SyncService
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_hash ⇒ Object
45 46 47 |
# File 'lib/ls4/service/sync.rb', line 45 def get_hash @hash end |