Method: GitHub#initialize
- Defined in:
- lib/github/github.rb
#initialize(api_key) ⇒ GitHub
Returns a new instance of GitHub.
9 10 11 |
# File 'lib/github/github.rb', line 9 def initialize(api_key) @api_key = api_key end |
Returns a new instance of GitHub.
9 10 11 |
# File 'lib/github/github.rb', line 9 def initialize(api_key) @api_key = api_key end |