Method: Xanthus::GitHub#initialize

Defined in:
lib/xanthus/github.rb

#initializeGitHub

Returns a new instance of GitHub.



9
10
11
12
13
14
# File 'lib/xanthus/github.rb', line 9

def initialize
  super
  @repo = ''
  @token = ''
  @folder = Time.now.strftime("%Y-%m-%d_%H-%M")
end