Module: Code2Gist::Config

Defined in:
lib/code2gist.rb

Class Method Summary collapse

Class Method Details

.github_loginObject



11
12
13
# File 'lib/code2gist.rb', line 11

def self.
   ||= nil
end

.github_login=(github_login) ⇒ Object



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

def self.=()
   = 
end

.github_tokenObject



17
18
19
# File 'lib/code2gist.rb', line 17

def self.github_token
  @@github_token ||= nil
end

.github_token=(github_token) ⇒ Object



20
21
22
# File 'lib/code2gist.rb', line 20

def self.github_token=(github_token)
  @@github_token = github_token
end