Class: Dekiru::Configure

Inherits:
Object
  • Object
show all
Defined in:
lib/dekiru/configure.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfigure

Returns a new instance of Configure.



10
11
12
# File 'lib/dekiru/configure.rb', line 10

def initialize
  @error_handle = -> (e) {}
end

Instance Attribute Details

#error_handleObject

Returns the value of attribute error_handle.



9
10
11
# File 'lib/dekiru/configure.rb', line 9

def error_handle
  @error_handle
end

#monitor_api_keyObject

Returns the value of attribute monitor_api_key.



9
10
11
# File 'lib/dekiru/configure.rb', line 9

def monitor_api_key
  @monitor_api_key
end

#monitor_emailObject

Returns the value of attribute monitor_email.



9
10
11
# File 'lib/dekiru/configure.rb', line 9

def monitor_email
  @monitor_email
end