class ConfigCat::ConfigFetcher

Public Instance Methods

close() click to toggle source
# File lib/configcat/interfaces.rb, line 14
def close()
  #
  #         Closes the ConfigFetcher's resources
  #
end
get_configuration_json() click to toggle source

Config fetcher interface

# File lib/configcat/interfaces.rb, line 8
def get_configuration_json()
  #
  #     :return: Returns the configuration json Dictionary
  #
end