Class: IOStruct::FieldInfo
- Inherits:
-
Struct
- Object
- Struct
- IOStruct::FieldInfo
- Defined in:
- lib/iostruct.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#fmt ⇒ Object
Returns the value of attribute fmt.
-
#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
#count ⇒ Object
Returns the value of attribute count
11 12 13 |
# File 'lib/iostruct.rb', line 11 def count @count end |
#fmt ⇒ Object
Returns the value of attribute fmt
11 12 13 |
# File 'lib/iostruct.rb', line 11 def fmt @fmt end |
#offset ⇒ Object
Returns the value of attribute offset
11 12 13 |
# File 'lib/iostruct.rb', line 11 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size
11 12 13 |
# File 'lib/iostruct.rb', line 11 def size @size end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/iostruct.rb', line 11 def type @type end |