Class: MilkTea::SemanticAnalyzer::AttributePresenceKey
- Inherits:
-
Data
- Object
- Data
- MilkTea::SemanticAnalyzer::AttributePresenceKey
- Defined in:
- lib/milk_tea/core/semantic_analyzer.rb
Instance Attribute Summary collapse
-
#attribute_module_name ⇒ Object
readonly
Returns the value of attribute attribute_module_name.
-
#attribute_name ⇒ Object
readonly
Returns the value of attribute attribute_name.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#attribute_module_name ⇒ Object (readonly)
Returns the value of attribute attribute_module_name
96 97 98 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 96 def attribute_module_name @attribute_module_name end |
#attribute_name ⇒ Object (readonly)
Returns the value of attribute attribute_name
96 97 98 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 96 def attribute_name @attribute_name end |
#target ⇒ Object (readonly)
Returns the value of attribute target
96 97 98 |
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 96 def target @target end |