class Object

Public Instance Methods

SuperReceptionist(options = {}) click to toggle source
# File lib/super_receptionist.rb, line 18
def SuperReceptionist(options = {})
  options[:channel] = SuperReceptionist.channel if SuperReceptionist.channel
  options[:x_api_key] = SuperReceptionist.x_api_key if SuperReceptionist.x_api_key
  options[:authorization] = SuperReceptionist.authorization if SuperReceptionist.authorization
  SuperReceptionist::Base.new(options)
end