Class: Quake::Pak::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/pak/reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/quake/pak/reader.rb', line 5

def name
  @name
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



5
6
7
# File 'lib/quake/pak/reader.rb', line 5

def offset
  @offset
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



5
6
7
# File 'lib/quake/pak/reader.rb', line 5

def size
  @size
end