Class: Tina4::GraphQLParser::Token
- Inherits:
-
Struct
- Object
- Struct
- Tina4::GraphQLParser::Token
- Defined in:
- lib/tina4/graphql.rb
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos
204 205 206 |
# File 'lib/tina4/graphql.rb', line 204 def pos @pos end |
#type ⇒ Object
Returns the value of attribute type
204 205 206 |
# File 'lib/tina4/graphql.rb', line 204 def type @type end |
#value ⇒ Object
Returns the value of attribute value
204 205 206 |
# File 'lib/tina4/graphql.rb', line 204 def value @value end |