Class: IOStruct::FieldInfo
- Inherits:
-
Struct
- Object
- Struct
- IOStruct::FieldInfo
- Defined in:
- lib/iostruct.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
39 40 41 |
# File 'lib/iostruct.rb', line 39 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size
39 40 41 |
# File 'lib/iostruct.rb', line 39 def size @size end |
#type ⇒ Object
Returns the value of attribute type
39 40 41 |
# File 'lib/iostruct.rb', line 39 def type @type end |