initialized client accessible from the Answers singleton
37 38 39 40 41 42 43
# File 'lib/answers/client.rb', line 37 def self.client if !client? raise Answers::Error.new "Answers Platform API not initialized. Call Answers.init." end @@client end