Class: GitDB::Objects::Tag
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #inspect, #properties, #raw, #sha
Constructor Details
This class inherits a constructor from GitDB::Objects::Base
Instance Method Details
#type ⇒ Object
3 4 5 |
# File 'lib/git-db/objects/tag.rb', line 3 def type GitDB::OBJ_TAG end |