Class: GitHub::Commit

Inherits:
Mash
  • Object
show all
Defined in:
lib/ruby-github.rb

Instance Method Summary collapse

Instance Method Details

#detailedObject

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