Class: Mxrb::Semantic::Reference

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/mxrb/semantic/index.rb', line 13

def path
  @path
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



13
14
15
# File 'lib/mxrb/semantic/index.rb', line 13

def relation
  @relation
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/mxrb/semantic/index.rb', line 13

def source
  @source
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



13
14
15
# File 'lib/mxrb/semantic/index.rb', line 13

def target
  @target
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/mxrb/semantic/index.rb', line 13

def value
  @value
end