Class: Mxrb::Semantic::ModuleDependency
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::ModuleDependency
- Defined in:
- lib/mxrb/semantic/analyzer.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#references ⇒ Object
readonly
Returns the value of attribute references.
-
#source_artifacts ⇒ Object
readonly
Returns the value of attribute source_artifacts.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
7 8 9 |
# File 'lib/mxrb/semantic/analyzer.rb', line 7 def from @from end |
#references ⇒ Object (readonly)
Returns the value of attribute references
7 8 9 |
# File 'lib/mxrb/semantic/analyzer.rb', line 7 def references @references end |
#source_artifacts ⇒ Object (readonly)
Returns the value of attribute source_artifacts
7 8 9 |
# File 'lib/mxrb/semantic/analyzer.rb', line 7 def source_artifacts @source_artifacts end |
#to ⇒ Object (readonly)
Returns the value of attribute to
7 8 9 |
# File 'lib/mxrb/semantic/analyzer.rb', line 7 def to @to end |