Class: Riml::GetSpecialVariableNode

Inherits:
Struct
  • Object
show all
Includes:
FullyNameable, Visitable
Defined in:
lib/nodes.rb

Overview

&autoindent

Constant Summary

Constants included from Visitable

Visitable::DESCENDANT_OF_REGEX

Instance Attribute Summary collapse

Attributes included from Visitable

#compiled_output, #force_newline, #parent_node, #scope

Method Summary

Methods included from FullyNameable

#full_name, included

Methods included from Visitable

#accept, #method_missing, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Riml::Visitable

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



531
532
533
# File 'lib/nodes.rb', line 531

def name
  @name
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



531
532
533
# File 'lib/nodes.rb', line 531

def prefix
  @prefix
end