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
42 43 44 |
# File 'lib/iostruct.rb', line 42 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size
42 43 44 |
# File 'lib/iostruct.rb', line 42 def size @size end |
#type ⇒ Object
Returns the value of attribute type
42 43 44 |
# File 'lib/iostruct.rb', line 42 def type @type end |