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



53
54
55
# File 'lib/ruby-github.rb', line 53

def detailed
  ::GitHub::API.commit(user,repository,id)
end