module Freshdesk
Constants
- VERSION
Attributes
api_version[RW]
domain[RW]
password_or_x[RW]
user_name_or_api_key[RW]
Public Class Methods
get_key(key)
click to toggle source
# File lib/freshdesk/config.rb, line 21 def get_key(key) instance_variable_get("@#{key}") || raise("Set Freshdesk.#{key} to use this feature") end