Class: Mxrb::Semantic::Impact

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#artifactsObject (readonly)

Returns the value of attribute artifacts

Returns:

  • (Object)

    the current value of artifacts



20
21
22
# File 'lib/mxrb/semantic/index.rb', line 20

def artifacts
  @artifacts
end

#referencesObject (readonly)

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



20
21
22
# File 'lib/mxrb/semantic/index.rb', line 20

def references
  @references
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



20
21
22
# File 'lib/mxrb/semantic/index.rb', line 20

def root
  @root
end

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


21
# File 'lib/mxrb/semantic/index.rb', line 21

def empty? = artifacts.empty?