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