Class: GraphQL::Doctor::IR::InterfaceImplementation
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::IR::InterfaceImplementation
- Defined in:
- lib/graphql/doctor/ir.rb
Instance Attribute Summary collapse
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#location ⇒ Object
Returns the value of attribute location.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#interface ⇒ Object
Returns the value of attribute interface
24 25 26 |
# File 'lib/graphql/doctor/ir.rb', line 24 def interface @interface end |
#location ⇒ Object
Returns the value of attribute location
24 25 26 |
# File 'lib/graphql/doctor/ir.rb', line 24 def location @location end |
#owner ⇒ Object
Returns the value of attribute owner
24 25 26 |
# File 'lib/graphql/doctor/ir.rb', line 24 def owner @owner end |