Class: GitHub::Commit
- Inherits:
-
Mash
- Object
- Mash
- GitHub::Commit
- Defined in:
- lib/ruby-github.rb
Instance Method Summary (collapse)
-
- (Object) detailed
if a method only available to a detailed commit is called, automatically fetch it from the API.
Instance Method Details
- (Object) detailed
if a method only available to a detailed commit is called, automatically fetch it from the API
55 56 57 |
# File 'lib/ruby-github.rb', line 55 def detailed ::GitHub::API.commit(user,repository,id) end |