Class: Mxrb::Semantic::Reference
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::Reference
- Defined in:
- lib/mxrb/semantic/index.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#relation ⇒ Object
readonly
Returns the value of attribute relation.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path
13 14 15 |
# File 'lib/mxrb/semantic/index.rb', line 13 def path @path end |
#relation ⇒ Object (readonly)
Returns the value of attribute relation
13 14 15 |
# File 'lib/mxrb/semantic/index.rb', line 13 def relation @relation end |
#source ⇒ Object (readonly)
Returns the value of attribute source
13 14 15 |
# File 'lib/mxrb/semantic/index.rb', line 13 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target
13 14 15 |
# File 'lib/mxrb/semantic/index.rb', line 13 def target @target end |
#value ⇒ Object (readonly)
Returns the value of attribute value
13 14 15 |
# File 'lib/mxrb/semantic/index.rb', line 13 def value @value end |