Class: IntercomApp::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/intercom-app/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



12
13
# File 'lib/intercom-app/configuration.rb', line 12

def initialize
end

Instance Attribute Details

#app_keyObject

Returns the value of attribute app_key.



4
5
6
# File 'lib/intercom-app/configuration.rb', line 4

def app_key
  @app_key
end

#app_secretObject

Returns the value of attribute app_secret.



5
6
7
# File 'lib/intercom-app/configuration.rb', line 5

def app_secret
  @app_secret
end

#callback_hashObject

Returns the value of attribute callback_hash.



9
10
11
# File 'lib/intercom-app/configuration.rb', line 9

def callback_hash
  @callback_hash
end

#hub_secretObject

Returns the value of attribute hub_secret.



8
9
10
# File 'lib/intercom-app/configuration.rb', line 8

def hub_secret
  @hub_secret
end

#oauth_modalObject

Returns the value of attribute oauth_modal.



6
7
8
# File 'lib/intercom-app/configuration.rb', line 6

def oauth_modal
  @oauth_modal
end

#store_in_session_before_loginObject

Returns the value of attribute store_in_session_before_login.



10
11
12
# File 'lib/intercom-app/configuration.rb', line 10

def 
  @store_in_session_before_login
end

#webhooksObject

Returns the value of attribute webhooks.



7
8
9
# File 'lib/intercom-app/configuration.rb', line 7

def webhooks
  @webhooks
end