Class: FAM::Syntax::AST::StoreNode
Instance Attribute Summary collapse
-
#to ⇒ Object
Returns the value of attribute to.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value, to) ⇒ StoreNode
constructor
A new instance of StoreNode.
Methods inherited from Node
Constructor Details
#initialize(value, to) ⇒ StoreNode
Returns a new instance of StoreNode.
47 48 49 50 |
# File 'lib/fam/syntax/ast.rb', line 47 def initialize value, to @value = value @to = to end |