Class: Mxrb::Semantic::Impact
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::Impact
- Defined in:
- lib/mxrb/semantic/index.rb
Instance Attribute Summary collapse
-
#artifacts ⇒ Object
readonly
Returns the value of attribute artifacts.
-
#references ⇒ Object
readonly
Returns the value of attribute references.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
Instance Attribute Details
#artifacts ⇒ Object (readonly)
Returns the value of attribute artifacts
20 21 22 |
# File 'lib/mxrb/semantic/index.rb', line 20 def artifacts @artifacts end |
#references ⇒ Object (readonly)
Returns the value of attribute references
20 21 22 |
# File 'lib/mxrb/semantic/index.rb', line 20 def references @references end |
#root ⇒ Object (readonly)
Returns the value of attribute root
20 21 22 |
# File 'lib/mxrb/semantic/index.rb', line 20 def root @root end |
Instance Method Details
#empty? ⇒ Boolean
21 |
# File 'lib/mxrb/semantic/index.rb', line 21 def empty? = artifacts.empty? |