Class: JavaScript::Identifier

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



219
220
221
# File 'lib/javascript.rb', line 219

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



219
220
221
# File 'lib/javascript.rb', line 219

def name
  @name
end