Class: LaunchDarkly::FileDataSource Deprecated

Inherits:
Object
  • Object
show all
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

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(options={})
  LaunchDarkly::Integrations::FileData.data_source(options)
end