Class: GraphQL::Doctor::Correlation::CorrelatedField
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::Correlation::CorrelatedField
- Defined in:
- lib/graphql/doctor/correlation/correlator.rb
Instance Attribute Summary collapse
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#runtime ⇒ Object
Returns the value of attribute runtime
6 7 8 |
# File 'lib/graphql/doctor/correlation/correlator.rb', line 6 def runtime @runtime end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/graphql/doctor/correlation/correlator.rb', line 6 def source @source end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/graphql/doctor/correlation/correlator.rb', line 6 def status @status end |