Class: Mxrb::Semantic::ModuleDependency

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

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



7
8
9
# File 'lib/mxrb/semantic/analyzer.rb', line 7

def from
  @from
end

#referencesObject (readonly)

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



7
8
9
# File 'lib/mxrb/semantic/analyzer.rb', line 7

def references
  @references
end

#source_artifactsObject (readonly)

Returns the value of attribute source_artifacts

Returns:

  • (Object)

    the current value of source_artifacts



7
8
9
# File 'lib/mxrb/semantic/analyzer.rb', line 7

def source_artifacts
  @source_artifacts
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



7
8
9
# File 'lib/mxrb/semantic/analyzer.rb', line 7

def to
  @to
end