Class: WidgitAccountsSdk::Configuration
- Inherits:
-
Object
- Object
- WidgitAccountsSdk::Configuration
- Defined in:
- lib/widgit_accounts_sdk/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#host ⇒ Object
Returns the value of attribute host.
-
#watch_webhook_url ⇒ Object
Returns the value of attribute watch_webhook_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 11 |
# File 'lib/widgit_accounts_sdk/configuration.rb', line 7 def initialize @api_key = nil @host = nil @watch_webhook_url end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/widgit_accounts_sdk/configuration.rb', line 4 def api_key @api_key end |
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/widgit_accounts_sdk/configuration.rb', line 3 def host @host end |
#watch_webhook_url ⇒ Object
Returns the value of attribute watch_webhook_url.
5 6 7 |
# File 'lib/widgit_accounts_sdk/configuration.rb', line 5 def watch_webhook_url @watch_webhook_url end |