Class: MilkTea::IR::AggregateField
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::AggregateField
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def value @value end |