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
77 78 79 |
# File 'lib/milk_tea/core/ir.rb', line 77 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value
77 78 79 |
# File 'lib/milk_tea/core/ir.rb', line 77 def value @value end |