Class: Sentiero::WindowRef
- Inherits:
-
Data
- Object
- Data
- Sentiero::WindowRef
- Defined in:
- lib/sentiero/window_ref.rb
Overview
Addresses a single recording window by its (session_id, window_id) pair.
Instance Attribute Summary collapse
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#window_id ⇒ Object
readonly
Returns the value of attribute window_id.
Instance Attribute Details
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
5 6 7 |
# File 'lib/sentiero/window_ref.rb', line 5 def session_id @session_id end |
#window_id ⇒ Object (readonly)
Returns the value of attribute window_id
5 6 7 |
# File 'lib/sentiero/window_ref.rb', line 5 def window_id @window_id end |