Class: ActionMCP::ProtocolValidator::ValidationError
- Inherits:
-
Data
- Object
- Data
- ActionMCP::ProtocolValidator::ValidationError
- Defined in:
- lib/action_mcp/protocol_validator.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
8 9 10 |
# File 'lib/action_mcp/protocol_validator.rb', line 8 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message
8 9 10 |
# File 'lib/action_mcp/protocol_validator.rb', line 8 def @message end |