Class: Doom::Wad::Reader::DirectoryEntry
- Inherits:
-
Struct
- Object
- Struct
- Doom::Wad::Reader::DirectoryEntry
- Defined in:
- lib/doom/wad/reader.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/doom/wad/reader.rb', line 9 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
9 10 11 |
# File 'lib/doom/wad/reader.rb', line 9 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size
9 10 11 |
# File 'lib/doom/wad/reader.rb', line 9 def size @size end |