Class: GraphQL::Doctor::Runner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



6
7
8
# File 'lib/graphql/doctor/runner.rb', line 6

def diagnostics
  @diagnostics
end

#runtime_errorObject

Returns the value of attribute runtime_error

Returns:

  • (Object)

    the current value of runtime_error



6
7
8
# File 'lib/graphql/doctor/runner.rb', line 6

def runtime_error
  @runtime_error
end