Class: ConfigCat::ConfigFetcher

Inherits:
Object
  • Object
show all
Defined in:
lib/configcat/interfaces.rb

Direct Known Subclasses

CacheControlConfigFetcher

Instance Method Summary collapse

Instance Method Details

#closeObject



14
15
16
17
18
# File 'lib/configcat/interfaces.rb', line 14

def close()
  #
  #         Closes the ConfigFetcher's resources
  #
end

#get_configuration_jsonObject

Config fetcher interface



8
9
10
11
12
# File 'lib/configcat/interfaces.rb', line 8

def get_configuration_json()
  #
  #     :return: Returns the configuration json Dictionary
  #
end