Class: Gemite::AST::Assignment
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::Assignment
- Defined in:
- lib/gemite/ast.rb
Overview
---------- 文 (Statement) ----------
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/gemite/ast.rb', line 25 def name @name end |
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/gemite/ast.rb', line 25 def value @value end |