Class: GraphQL::Doctor::IR::SourceComment

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end