Class: BinaryParser::StructureDefinition::DataDefinition
- Inherits:
-
Struct
- Object
- Struct
- BinaryParser::StructureDefinition::DataDefinition
- Defined in:
- lib/binary_parser/structure_definition.rb
Instance Attribute Summary collapse
-
#bit_length ⇒ Object
Returns the value of attribute bit_length.
-
#bit_position ⇒ Object
Returns the value of attribute bit_position.
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#bit_length ⇒ Object
Returns the value of attribute bit_length
4 5 6 |
# File 'lib/binary_parser/structure_definition.rb', line 4 def bit_length @bit_length end |
#bit_position ⇒ Object
Returns the value of attribute bit_position
4 5 6 |
# File 'lib/binary_parser/structure_definition.rb', line 4 def bit_position @bit_position end |
#conditions ⇒ Object
Returns the value of attribute conditions
4 5 6 |
# File 'lib/binary_parser/structure_definition.rb', line 4 def conditions @conditions end |
#klass ⇒ Object
Returns the value of attribute klass
4 5 6 |
# File 'lib/binary_parser/structure_definition.rb', line 4 def klass @klass end |