Class: BinaryParser::StructureDefinition::WhileDefinition
- Inherits:
-
Struct
- Object
- Struct
- BinaryParser::StructureDefinition::WhileDefinition
- 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.
-
#loop_condition ⇒ Object
Returns the value of attribute loop_condition.
Instance Attribute Details
#bit_length ⇒ Object
Returns the value of attribute bit_length
6 7 8 |
# File 'lib/binary_parser/structure_definition.rb', line 6 def bit_length @bit_length end |
#bit_position ⇒ Object
Returns the value of attribute bit_position
6 7 8 |
# File 'lib/binary_parser/structure_definition.rb', line 6 def bit_position @bit_position end |
#conditions ⇒ Object
Returns the value of attribute conditions
6 7 8 |
# File 'lib/binary_parser/structure_definition.rb', line 6 def conditions @conditions end |
#klass ⇒ Object
Returns the value of attribute klass
6 7 8 |
# File 'lib/binary_parser/structure_definition.rb', line 6 def klass @klass end |
#loop_condition ⇒ Object
Returns the value of attribute loop_condition
6 7 8 |
# File 'lib/binary_parser/structure_definition.rb', line 6 def loop_condition @loop_condition end |