Class: GraphQL::Doctor::IR::DynamicDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



26
27
28
# File 'lib/graphql/doctor/ir.rb', line 26

def kind
  @kind
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



26
27
28
# File 'lib/graphql/doctor/ir.rb', line 26

def location
  @location
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



26
27
28
# File 'lib/graphql/doctor/ir.rb', line 26

def owner
  @owner
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



26
27
28
# File 'lib/graphql/doctor/ir.rb', line 26

def reason
  @reason
end