Class
Git::Object::AbstractObject
In:
lib/git/object.rb
Parent:
Object
Methods
archive
blob?
commit?
contents
contents_array
diff
grep
log
new
setup
sha
size
tag?
to_s
tree?
Attributes
mode
[RW]
objectish
[RW]
size
[RW]
type
[RW]
Public Class methods
new
(base, objectish)
Public Instance methods
archive
(file = nil, opts = {})
creates an
archive
of this object (tree)
blob?
()
commit?
()
contents
()
caches the
contents
of this call in memory
contents_array
()
diff
(objectish)
grep
(string, path_limiter = nil, opts = {})
log
(count = 30)
setup
()
sha
()
size
()
tag?
()
to_s
()
tree?
()
[Validate]