Class: GraphQL::ResponseValidator::ValidationError

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/response_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/graphql/response_validator.rb', line 7

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/graphql/response_validator.rb', line 7

def path
  @path
end