Class: GQL::Field::ExecutionContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/gql/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



9
10
11
# File 'lib/gql/field.rb', line 9

def context
  @context
end

#field_classObject

Returns the value of attribute field_class

Returns:

  • (Object)

    the current value of field_class



9
10
11
# File 'lib/gql/field.rb', line 9

def field_class
  @field_class
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



9
10
11
# File 'lib/gql/field.rb', line 9

def target
  @target
end