class ZopimRails::Configuration

Attributes

api_key[RW]
version[R]

Public Class Methods

new() click to toggle source
# File lib/zopim_rails/configuration.rb, line 17
def initialize
  @version = VERSION
  @api_key = 'replace-me-with-api_key'
end