Class: BitStream::Properties

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

Instance Attribute Summary collapse

Instance Attribute Details

#curr_offsetObject

Returns the value of attribute curr_offset

Returns:

  • (Object)

    the current value of curr_offset



21
22
23
# File 'lib/bitstream.rb', line 21

def curr_offset
  @curr_offset
end

#eval_queueObject

Returns the value of attribute eval_queue

Returns:

  • (Object)

    the current value of eval_queue



21
22
23
# File 'lib/bitstream.rb', line 21

def eval_queue
  @eval_queue
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



21
22
23
# File 'lib/bitstream.rb', line 21

def fields
  @fields
end

#initial_offsetObject

Returns the value of attribute initial_offset

Returns:

  • (Object)

    the current value of initial_offset



21
22
23
# File 'lib/bitstream.rb', line 21

def initial_offset
  @initial_offset
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



21
22
23
# File 'lib/bitstream.rb', line 21

def mode
  @mode
end

#raw_dataObject

Returns the value of attribute raw_data

Returns:

  • (Object)

    the current value of raw_data



21
22
23
# File 'lib/bitstream.rb', line 21

def raw_data
  @raw_data
end

#substreamsObject

Returns the value of attribute substreams

Returns:

  • (Object)

    the current value of substreams



21
22
23
# File 'lib/bitstream.rb', line 21

def substreams
  @substreams
end

#user_propsObject

Returns the value of attribute user_props

Returns:

  • (Object)

    the current value of user_props



21
22
23
# File 'lib/bitstream.rb', line 21

def user_props
  @user_props
end