Class: Freshworks::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/freshworks.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



8
9
10
11
12
# File 'lib/freshworks.rb', line 8

def initialize
  self. = nil
  self.event_api_key = nil
  self.event_auth_key = nil
end

Instance Attribute Details

#account_api_keyObject

Returns the value of attribute account_api_key.



6
7
8
# File 'lib/freshworks.rb', line 6

def 
  @account_api_key
end

#base_uriObject

Returns the value of attribute base_uri.



6
7
8
# File 'lib/freshworks.rb', line 6

def base_uri
  @base_uri
end

#event_api_keyObject

Returns the value of attribute event_api_key.



6
7
8
# File 'lib/freshworks.rb', line 6

def event_api_key
  @event_api_key
end

#event_auth_keyObject

Returns the value of attribute event_auth_key.



6
7
8
# File 'lib/freshworks.rb', line 6

def event_auth_key
  @event_auth_key
end