Class: LaunchDarkly::FileDataSource Deprecated
- Inherits:
-
Object
- Object
- LaunchDarkly::FileDataSource
- Defined in:
- lib/ldclient-rb/file_data_source.rb
Overview
Deprecated.
This is replaced by Integrations::FileData.
Deprecated entry point for the file data source feature.
The new preferred usage is Integrations::FileData#data_source.
Class Method Summary collapse
-
.factory(options = {}) ⇒ Object
deprecated
Deprecated.
This is replaced by Integrations::FileData#data_source.
Class Method Details
.factory(options = {}) ⇒ Object
Deprecated.
This is replaced by Integrations::FileData#data_source.
Deprecated entry point for the file data source feature.
The new preferred usage is Integrations::FileData#data_source.
19 20 21 |
# File 'lib/ldclient-rb/file_data_source.rb', line 19 def self.factory(={}) LaunchDarkly::Integrations::FileData.data_source() end |