Class: Github::User
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Github::User
- Includes:
- Api
- Defined in:
- lib/github.rb
Instance Method Summary collapse
Methods included from Api
Methods inherited from OpenStruct
Instance Method Details
#path ⇒ Object
164 165 166 |
# File 'lib/github.rb', line 164 def path "user/show/#{name}" end |