Class: GitDB::Pack::PackObject

Inherits:
Struct
  • Object
show all
Defined in:
lib/git-db/pack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



7
8
9
# File 'lib/git-db/pack.rb', line 7

def data
  @data
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



7
8
9
# File 'lib/git-db/pack.rb', line 7

def offset
  @offset
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/git-db/pack.rb', line 7

def type
  @type
end