Class: GitDB::Pack::PackObject
- Inherits:
-
Struct
- Object
- Struct
- GitDB::Pack::PackObject
- Defined in:
- lib/git-db/pack.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/git-db/pack.rb', line 7 def data @data end |
#offset ⇒ Object
Returns the value of attribute offset
7 8 9 |
# File 'lib/git-db/pack.rb', line 7 def offset @offset end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/git-db/pack.rb', line 7 def type @type end |