Class: Quake::Pak::Entry
- Inherits:
-
Data
- Object
- Data
- Quake::Pak::Entry
- Defined in:
- lib/quake/pak/reader.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/quake/pak/reader.rb', line 5 def name @name end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
5 6 7 |
# File 'lib/quake/pak/reader.rb', line 5 def offset @offset end |
#size ⇒ Object (readonly)
Returns the value of attribute size
5 6 7 |
# File 'lib/quake/pak/reader.rb', line 5 def size @size end |