Class: LS4::DataClientBus
- Inherits:
-
Bus
- Object
- EventBus::Bus
- Bus
- LS4::DataClientBus
- Defined in:
- lib/ls4/service/data_client.rb
Instance Method Summary collapse
-
#delete ⇒ Object
Deleted: true not found: nil.
-
#get ⇒ Object
Found: raw data not found: nil.
-
#read ⇒ Object
Found: raw data not found: nil.
-
#set ⇒ Object
Nil.
-
#url ⇒ Object
Found: url string not found: nil.
Methods inherited from Bus
ebus_call_log, ebus_signal_error, ebus_signal_log
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
Instance Method Details
#delete ⇒ Object
Returns deleted: true not found: nil.
38 |
# File 'lib/ls4/service/data_client.rb', line 38 call_slot :delete |
#get ⇒ Object
Returns found: raw data not found: nil.
25 |
# File 'lib/ls4/service/data_client.rb', line 25 call_slot :get |
#read ⇒ Object
Returns found: raw data not found: nil.
30 |
# File 'lib/ls4/service/data_client.rb', line 30 call_slot :read |
#set ⇒ Object
Returns nil.
33 |
# File 'lib/ls4/service/data_client.rb', line 33 call_slot :set |
#url ⇒ Object
Returns found: url string not found: nil.
49 |
# File 'lib/ls4/service/data_client.rb', line 49 call_slot :url |