Class: DebugMcp::SessionManager::SessionInfo
- Inherits:
-
Struct
- Object
- Struct
- DebugMcp::SessionManager::SessionInfo
- Defined in:
- lib/debug_mcp/session_manager.rb
Instance Attribute Summary collapse
-
#acknowledged_warnings ⇒ Object
Returns the value of attribute acknowledged_warnings.
-
#client ⇒ Object
Returns the value of attribute client.
-
#connected_at ⇒ Object
Returns the value of attribute connected_at.
-
#last_activity_at ⇒ Object
Returns the value of attribute last_activity_at.
Instance Attribute Details
#acknowledged_warnings ⇒ Object
Returns the value of attribute acknowledged_warnings
15 16 17 |
# File 'lib/debug_mcp/session_manager.rb', line 15 def acknowledged_warnings @acknowledged_warnings end |
#client ⇒ Object
Returns the value of attribute client
15 16 17 |
# File 'lib/debug_mcp/session_manager.rb', line 15 def client @client end |
#connected_at ⇒ Object
Returns the value of attribute connected_at
15 16 17 |
# File 'lib/debug_mcp/session_manager.rb', line 15 def connected_at @connected_at end |
#last_activity_at ⇒ Object
Returns the value of attribute last_activity_at
15 16 17 |
# File 'lib/debug_mcp/session_manager.rb', line 15 def last_activity_at @last_activity_at end |