class GdsApi::Panopticon::Registerer

def initialize(options)

def initialize(options)
  @logger = options[:logger] || GdsApi::Base.logger
  @owning_app = options[:owning_app]
  @rendering_app = options[:rendering_app]
  @kind = options[:kind] || 'custom-application'
  @panopticon = options[:panopticon]
  @endpoint_url = options[:endpoint_url] || Plek.current.find("panopticon")
  @timeout = options[:timeout] || 10
end