Class: LaunchDarkly::NullUpdateProcessor
- Inherits:
-
Object
- Object
- LaunchDarkly::NullUpdateProcessor
- Defined in:
- lib/ldclient-rb/ldclient.rb
Overview
Used internally when the client is offline.
Instance Method Summary collapse
Instance Method Details
#initialized? ⇒ Boolean
509 510 511 |
# File 'lib/ldclient-rb/ldclient.rb', line 509 def initialized? true end |
#start ⇒ Object
503 504 505 506 507 |
# File 'lib/ldclient-rb/ldclient.rb', line 503 def start e = Concurrent::Event.new e.set e end |
#stop ⇒ Object
513 514 |
# File 'lib/ldclient-rb/ldclient.rb', line 513 def stop end |