Class: GraphQL::ResponseValidator::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::ResponseValidator::ValidationError
- Defined in:
- lib/graphql/response_validator.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/graphql/response_validator.rb', line 7 def @message end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/graphql/response_validator.rb', line 7 def path @path end |