Class: Fiesta::Github
- Inherits:
-
Object
- Object
- Fiesta::Github
- Defined in:
- lib/fiesta/github.rb
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Instance Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
7 8 9 |
# File 'lib/fiesta/github.rb', line 7 def config @config end |
Class Method Details
.client ⇒ Object
10 11 12 |
# File 'lib/fiesta/github.rb', line 10 def self.client new.client end |
Instance Method Details
#client ⇒ Object
14 15 16 |
# File 'lib/fiesta/github.rb', line 14 def client Octokit::Client.new(config) end |