Class: BitStream::Properties
- Inherits:
-
Struct
- Object
- Struct
- BitStream::Properties
- Defined in:
- lib/bitstream.rb
Instance Attribute Summary collapse
-
#curr_offset ⇒ Object
Returns the value of attribute curr_offset.
-
#eval_queue ⇒ Object
Returns the value of attribute eval_queue.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#initial_offset ⇒ Object
Returns the value of attribute initial_offset.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#raw_data ⇒ Object
Returns the value of attribute raw_data.
-
#substreams ⇒ Object
Returns the value of attribute substreams.
-
#user_props ⇒ Object
Returns the value of attribute user_props.
Instance Attribute Details
#curr_offset ⇒ Object
Returns the value of attribute curr_offset
21 22 23 |
# File 'lib/bitstream.rb', line 21 def curr_offset @curr_offset end |
#eval_queue ⇒ Object
Returns the value of attribute eval_queue
21 22 23 |
# File 'lib/bitstream.rb', line 21 def eval_queue @eval_queue end |
#fields ⇒ Object
Returns the value of attribute fields
21 22 23 |
# File 'lib/bitstream.rb', line 21 def fields @fields end |
#initial_offset ⇒ Object
Returns the value of attribute initial_offset
21 22 23 |
# File 'lib/bitstream.rb', line 21 def initial_offset @initial_offset end |
#mode ⇒ Object
Returns the value of attribute mode
21 22 23 |
# File 'lib/bitstream.rb', line 21 def mode @mode end |
#raw_data ⇒ Object
Returns the value of attribute raw_data
21 22 23 |
# File 'lib/bitstream.rb', line 21 def raw_data @raw_data end |
#substreams ⇒ Object
Returns the value of attribute substreams
21 22 23 |
# File 'lib/bitstream.rb', line 21 def substreams @substreams end |
#user_props ⇒ Object
Returns the value of attribute user_props
21 22 23 |
# File 'lib/bitstream.rb', line 21 def user_props @user_props end |