Class: Mxrb::Semantic::Artifact
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::Artifact
- Defined in:
- lib/mxrb/semantic/index.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#unit_id ⇒ Object
readonly
Returns the value of attribute unit_id.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def kind @kind end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def @metadata end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def module_name @module_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def path @path end |
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def qualified_name @qualified_name end |
#unit_id ⇒ Object (readonly)
Returns the value of attribute unit_id
9 10 11 |
# File 'lib/mxrb/semantic/index.rb', line 9 def unit_id @unit_id end |