Class: Adash::Config

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

Class Method Summary collapse

Class Method Details

.client_idObject



10
11
12
# File 'lib/adash/config.rb', line 10

def self.client_id
  @@client_id
end

.client_secretObject



14
15
16
# File 'lib/adash/config.rb', line 14

def self.client_secret
  @@client_secret
end

.credentials_pathObject



22
23
24
# File 'lib/adash/config.rb', line 22

def self.credentials_path
  @@credentials_path
end

.credentials_path=(new_path) ⇒ Object



26
27
28
# File 'lib/adash/config.rb', line 26

def self.credentials_path=(new_path)
  @@credentials_path = new_path
end

.redirect_portObject



18
19
20
# File 'lib/adash/config.rb', line 18

def self.redirect_port
  @@redirect_port
end