Class: Github::User

Inherits:
OpenStruct show all
Includes:
Api
Defined in:
lib/github.rb

Instance Method Summary collapse

Methods included from Api

#fetch, included

Methods inherited from OpenStruct

#[], #[]=

Instance Method Details

#pathObject



164
165
166
# File 'lib/github.rb', line 164

def path
  "user/show/#{name}"
end