Class: Gemite::AST::Assignment

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Overview

---------- 文 (Statement) ----------

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/gemite/ast.rb', line 25

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



25
26
27
# File 'lib/gemite/ast.rb', line 25

def value
  @value
end