Class: GraphQL::Doctor::Correlation::CorrelatedField

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

Instance Attribute Summary collapse

Instance Attribute Details

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



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

def runtime
  @runtime
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end