Class: Integromat::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

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_uriObject

Returns the value of attribute base_uri.



3
4
5
# File 'lib/integromat/config.rb', line 3

def base_uri
  @base_uri
end

#web_hooksObject

Returns the value of attribute web_hooks.



3
4
5
# File 'lib/integromat/config.rb', line 3

def web_hooks
  @web_hooks
end