Class: Flexr::Runtime::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/runtime/token.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



5
6
7
# File 'lib/flexr/runtime/token.rb', line 5

def location
  @location
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/flexr/runtime/token.rb', line 5

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/flexr/runtime/token.rb', line 5

def value
  @value
end