Class: Tina4::GraphQLParser::Token

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

Instance Attribute Summary collapse

Instance Attribute Details

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



207
208
209
# File 'lib/tina4/graphql.rb', line 207

def pos
  @pos
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



207
208
209
# File 'lib/tina4/graphql.rb', line 207

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



207
208
209
# File 'lib/tina4/graphql.rb', line 207

def value
  @value
end