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