Class: Mxrb::Semantic::ArtifactDetails
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::ArtifactDetails
- Defined in:
- lib/mxrb/semantic/index.rb
Instance Attribute Summary collapse
-
#artifact ⇒ Object
readonly
Returns the value of attribute artifact.
-
#incoming ⇒ Object
readonly
Returns the value of attribute incoming.
-
#outgoing ⇒ Object
readonly
Returns the value of attribute outgoing.
Instance Attribute Details
#artifact ⇒ Object (readonly)
Returns the value of attribute artifact
23 24 25 |
# File 'lib/mxrb/semantic/index.rb', line 23 def artifact @artifact end |
#incoming ⇒ Object (readonly)
Returns the value of attribute incoming
23 24 25 |
# File 'lib/mxrb/semantic/index.rb', line 23 def incoming @incoming end |
#outgoing ⇒ Object (readonly)
Returns the value of attribute outgoing
23 24 25 |
# File 'lib/mxrb/semantic/index.rb', line 23 def outgoing @outgoing end |