Class: Jade::Symbol::Constructor
- Inherits:
-
Data
- Object
- Data
- Jade::Symbol::Constructor
- Includes:
- Base
- Defined in:
- lib/jade/symbol/constructor.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#decl_span ⇒ Object
readonly
Returns the value of attribute decl_span.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
Instance Method Summary collapse
Methods included from Base
#constructor_refs, #qualified_name
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
3 4 5 |
# File 'lib/jade/symbol/constructor.rb', line 3 def args @args end |
#decl_span ⇒ Object (readonly)
Returns the value of attribute decl_span
3 4 5 |
# File 'lib/jade/symbol/constructor.rb', line 3 def decl_span @decl_span end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
3 4 5 |
# File 'lib/jade/symbol/constructor.rb', line 3 def module_name @module_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
3 4 5 |
# File 'lib/jade/symbol/constructor.rb', line 3 def name @name end |
#parent ⇒ Object (readonly)
Returns the value of attribute parent
3 4 5 |
# File 'lib/jade/symbol/constructor.rb', line 3 def parent @parent end |
Instance Method Details
#to_ref ⇒ Object
6 7 8 |
# File 'lib/jade/symbol/constructor.rb', line 6 def to_ref ValueRef[module_name, name] end |