Class: IntercomApp::Configuration
- Inherits:
-
Object
- Object
- IntercomApp::Configuration
- Defined in:
- lib/intercom-app/configuration.rb
Instance Attribute Summary collapse
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#callback_hash ⇒ Object
Returns the value of attribute callback_hash.
-
#hub_secret ⇒ Object
Returns the value of attribute hub_secret.
-
#oauth_modal ⇒ Object
Returns the value of attribute oauth_modal.
-
#store_in_session_before_login ⇒ Object
Returns the value of attribute store_in_session_before_login.
-
#webhooks ⇒ Object
Returns the value of attribute webhooks.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
12 13 |
# File 'lib/intercom-app/configuration.rb', line 12 def initialize end |
Instance Attribute Details
#app_key ⇒ Object
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_secret ⇒ Object
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_hash ⇒ Object
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_secret ⇒ Object
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_modal ⇒ Object
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_login ⇒ Object
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 @store_in_session_before_login end |
#webhooks ⇒ Object
Returns the value of attribute webhooks.
7 8 9 |
# File 'lib/intercom-app/configuration.rb', line 7 def webhooks @webhooks end |