Class: DebugMcp::SessionManager::SessionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/debug_mcp/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_warningsObject

Returns the value of attribute acknowledged_warnings

Returns:

  • (Object)

    the current value of acknowledged_warnings



15
16
17
# File 'lib/debug_mcp/session_manager.rb', line 15

def acknowledged_warnings
  @acknowledged_warnings
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



15
16
17
# File 'lib/debug_mcp/session_manager.rb', line 15

def client
  @client
end

#connected_atObject

Returns the value of attribute connected_at

Returns:

  • (Object)

    the current value of connected_at



15
16
17
# File 'lib/debug_mcp/session_manager.rb', line 15

def connected_at
  @connected_at
end

#last_activity_atObject

Returns the value of attribute last_activity_at

Returns:

  • (Object)

    the current value of last_activity_at



15
16
17
# File 'lib/debug_mcp/session_manager.rb', line 15

def last_activity_at
  @last_activity_at
end