Class: MilkTea::SemanticAnalyzer::AttributePresenceKey

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/semantic_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_module_nameObject (readonly)

Returns the value of attribute attribute_module_name

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute attribute_name

Returns:

  • (Object)

    the current value of attribute_name



96
97
98
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 96

def attribute_name
  @attribute_name
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



96
97
98
# File 'lib/milk_tea/core/semantic_analyzer.rb', line 96

def target
  @target
end