Class: Integromat::Config
- Inherits:
-
Object
- Object
- Integromat::Config
- Defined in:
- lib/integromat/config.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#web_hooks ⇒ Object
Returns the value of attribute web_hooks.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
5 6 7 8 |
# File 'lib/integromat/config.rb', line 5 def initialize self.base_uri = "https://hook.make.com" self.web_hooks = {} end |
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri.
3 4 5 |
# File 'lib/integromat/config.rb', line 3 def base_uri @base_uri end |
#web_hooks ⇒ Object
Returns the value of attribute web_hooks.
3 4 5 |
# File 'lib/integromat/config.rb', line 3 def web_hooks @web_hooks end |