Class: McpLogs::Docs::Param
- Inherits:
-
Data
- Object
- Data
- McpLogs::Docs::Param
- Defined in:
- app/models/mcp_logs/docs.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'app/models/mcp_logs/docs.rb', line 9 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'app/models/mcp_logs/docs.rb', line 9 def name @name end |
#required ⇒ Object (readonly)
Returns the value of attribute required
9 10 11 |
# File 'app/models/mcp_logs/docs.rb', line 9 def required @required end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'app/models/mcp_logs/docs.rb', line 9 def type @type end |