Class: Quake::Wad::Reader::Entry
- Inherits:
-
Data
- Object
- Data
- Quake::Wad::Reader::Entry
- Defined in:
- lib/quake/wad/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.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/quake/wad/reader.rb', line 10 def name @name end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
10 11 12 |
# File 'lib/quake/wad/reader.rb', line 10 def offset @offset end |
#size ⇒ Object (readonly)
Returns the value of attribute size
10 11 12 |
# File 'lib/quake/wad/reader.rb', line 10 def size @size end |
#type ⇒ Object (readonly)
Returns the value of attribute type
10 11 12 |
# File 'lib/quake/wad/reader.rb', line 10 def type @type end |