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