Class: Sentiero::WindowRef

Inherits:
Data
  • Object
show all
Defined in:
lib/sentiero/window_ref.rb

Overview

Addresses a single recording window by its (session_id, window_id) pair.

Instance Attribute Summary collapse

Instance Attribute Details

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



5
6
7
# File 'lib/sentiero/window_ref.rb', line 5

def session_id
  @session_id
end

#window_idObject (readonly)

Returns the value of attribute window_id

Returns:

  • (Object)

    the current value of window_id



5
6
7
# File 'lib/sentiero/window_ref.rb', line 5

def window_id
  @window_id
end