Class: Jade::Symbol::Variable

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/variable.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#decl_spanObject (readonly)

Returns the value of attribute decl_span

Returns:

  • (Object)

    the current value of decl_span



3
4
5
# File 'lib/jade/symbol/variable.rb', line 3

def decl_span
  @decl_span
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/jade/symbol/variable.rb', line 3

def name
  @name
end