Class: Pocolog::StreamAligner::IndexEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#position_globalObject

Returns the value of attribute position_global

Returns:

  • (Object)

    the current value of position_global



102
103
104
# File 'lib/pocolog/stream_aligner.rb', line 102

def position_global
  @position_global
end

#position_in_streamObject

Returns the value of attribute position_in_stream

Returns:

  • (Object)

    the current value of position_in_stream



102
103
104
# File 'lib/pocolog/stream_aligner.rb', line 102

def position_in_stream
  @position_in_stream
end

#stream_numberObject

Returns the value of attribute stream_number

Returns:

  • (Object)

    the current value of stream_number



102
103
104
# File 'lib/pocolog/stream_aligner.rb', line 102

def stream_number
  @stream_number
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



102
103
104
# File 'lib/pocolog/stream_aligner.rb', line 102

def time
  @time
end