Class: GithubApi
- Inherits:
-
Object
- Object
- GithubApi
- Defined in:
- lib/github.rb
Constant Summary collapse
- ORG =
'YTech'
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
Instance Method Summary collapse
-
#initialize ⇒ GithubApi
constructor
A new instance of GithubApi.
Constructor Details
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api.
2 3 4 |
# File 'lib/github.rb', line 2 def api @api end |