class AgileCRMWrapper::Configuration
Attributes
api_key[RW]
domain[RW]
email[RW]
Public Class Methods
new()
click to toggle source
# File lib/agilecrm-wrapper/configuration.rb, line 5 def initialize @domain = '' @api_key = '' @email = '' end