Class: GraphQL::Doctor::IR::InterfaceImplementation

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

Instance Attribute Summary collapse

Instance Attribute Details

#interfaceObject

Returns the value of attribute interface

Returns:

  • (Object)

    the current value of interface



24
25
26
# File 'lib/graphql/doctor/ir.rb', line 24

def interface
  @interface
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



24
25
26
# File 'lib/graphql/doctor/ir.rb', line 24

def location
  @location
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



24
25
26
# File 'lib/graphql/doctor/ir.rb', line 24

def owner
  @owner
end