Class: BinStruct::BitAttr::Parameters
- Inherits:
-
Struct
- Object
- Struct
- BinStruct::BitAttr::Parameters
- Defined in:
- lib/bin_struct/bit_attr.rb
Overview
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#int ⇒ Object
Returns the value of attribute int.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
39 40 41 |
# File 'lib/bin_struct/bit_attr.rb', line 39 def fields @fields end |
#int ⇒ Object
Returns the value of attribute int
39 40 41 |
# File 'lib/bin_struct/bit_attr.rb', line 39 def int @int end |
#width ⇒ Object
Returns the value of attribute width
39 40 41 |
# File 'lib/bin_struct/bit_attr.rb', line 39 def width @width end |