Class: BinaryParser::StructureDefinition::DataDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/structure_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bit_lengthObject

Returns the value of attribute bit_length

Returns:

  • (Object)

    the current value of bit_length



4
5
6
# File 'lib/structure_definition.rb', line 4

def bit_length
  @bit_length
end

#bit_positionObject

Returns the value of attribute bit_position

Returns:

  • (Object)

    the current value of bit_position



4
5
6
# File 'lib/structure_definition.rb', line 4

def bit_position
  @bit_position
end

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



4
5
6
# File 'lib/structure_definition.rb', line 4

def conditions
  @conditions
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



4
5
6
# File 'lib/structure_definition.rb', line 4

def klass
  @klass
end