Class: MilkTea::AST::Argument
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::Argument
- Defined in:
- lib/milk_tea/core/ast.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
224 225 226 |
# File 'lib/milk_tea/core/ast.rb', line 224 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value
224 225 226 |
# File 'lib/milk_tea/core/ast.rb', line 224 def value @value end |