Class: GraphQL::Doctor::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::Runner::Result
- Defined in:
- lib/graphql/doctor/runner.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#runtime_error ⇒ Object
Returns the value of attribute runtime_error.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
6 7 8 |
# File 'lib/graphql/doctor/runner.rb', line 6 def diagnostics @diagnostics end |
#runtime_error ⇒ Object
Returns the value of attribute runtime_error
6 7 8 |
# File 'lib/graphql/doctor/runner.rb', line 6 def runtime_error @runtime_error end |