Class: Rjq::AST::ModuleDirective
- Inherits:
-
Struct
- Object
- Struct
- Rjq::AST::ModuleDirective
- Defined in:
- lib/rjq/ast.rb
Instance Attribute Summary collapse
-
#alias_name ⇒ Object
Returns the value of attribute alias_name.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#alias_name ⇒ Object
Returns the value of attribute alias_name
124 125 126 |
# File 'lib/rjq/ast.rb', line 124 def alias_name @alias_name end |
#metadata ⇒ Object
Returns the value of attribute metadata
124 125 126 |
# File 'lib/rjq/ast.rb', line 124 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
124 125 126 |
# File 'lib/rjq/ast.rb', line 124 def name @name end |
#type ⇒ Object
Returns the value of attribute type
124 125 126 |
# File 'lib/rjq/ast.rb', line 124 def type @type end |