Class: Rjq::AST::ModuleDirective

Inherits:
Struct
  • Object
show all
Defined in:
lib/rjq/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameObject

Returns the value of attribute alias_name

Returns:

  • (Object)

    the current value of alias_name



124
125
126
# File 'lib/rjq/ast.rb', line 124

def alias_name
  @alias_name
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



124
125
126
# File 'lib/rjq/ast.rb', line 124

def 
  @metadata
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



124
125
126
# File 'lib/rjq/ast.rb', line 124

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



124
125
126
# File 'lib/rjq/ast.rb', line 124

def type
  @type
end