Class: GQL::Field::ExecutionContext
- Inherits:
-
Struct
- Object
- Struct
- GQL::Field::ExecutionContext
- Defined in:
- lib/gql/field.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#field_class ⇒ Object
Returns the value of attribute field_class.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
9 10 11 |
# File 'lib/gql/field.rb', line 9 def context @context end |
#field_class ⇒ Object
Returns the value of attribute field_class
9 10 11 |
# File 'lib/gql/field.rb', line 9 def field_class @field_class end |
#target ⇒ Object
Returns the value of attribute target
9 10 11 |
# File 'lib/gql/field.rb', line 9 def target @target end |