Class: CustosNotifier::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/custos_notifier/configuration.rb

Overview

Class holds configuration (url, api_key, project, stage) access for Custos notifier.

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



6
7
8
# File 'lib/custos_notifier/configuration.rb', line 6

def api_key
  @api_key
end

#projectObject

Returns the value of attribute project.



7
8
9
# File 'lib/custos_notifier/configuration.rb', line 7

def project
  @project
end

#stageObject

Returns the value of attribute stage.



8
9
10
# File 'lib/custos_notifier/configuration.rb', line 8

def stage
  @stage
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/custos_notifier/configuration.rb', line 5

def url
  @url
end