Class: McpLogs::Docs::Section
- Inherits:
-
Data
- Object
- Data
- McpLogs::Docs::Section
- Defined in:
- app/models/mcp_logs/docs.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
Instance Attribute Details
#title ⇒ Object (readonly)
Returns the value of attribute title
11 12 13 |
# File 'app/models/mcp_logs/docs.rb', line 11 def title @title end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
11 12 13 |
# File 'app/models/mcp_logs/docs.rb', line 11 def tools @tools end |