Class: Jade::Frontend::TypeChecking::ConstructorDef
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::TypeChecking::ConstructorDef
- Defined in:
- lib/jade/frontend/type_checking/definition.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_name ⇒ Object
readonly
Returns the value of attribute parent_name.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
11 12 13 |
# File 'lib/jade/frontend/type_checking/definition.rb', line 11 def args @args end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/jade/frontend/type_checking/definition.rb', line 11 def name @name end |
#parent_name ⇒ Object (readonly)
Returns the value of attribute parent_name
11 12 13 |
# File 'lib/jade/frontend/type_checking/definition.rb', line 11 def parent_name @parent_name end |