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
207 208 209 |
# File 'lib/tina4/graphql.rb', line 207 def pos @pos end |
#type ⇒ Object
Returns the value of attribute type
207 208 209 |
# File 'lib/tina4/graphql.rb', line 207 def type @type end |
#value ⇒ Object
Returns the value of attribute value
207 208 209 |
# File 'lib/tina4/graphql.rb', line 207 def value @value end |