Class: Vertigo::Library

Inherits:
AstNode show all
Defined in:
lib/vertigo/ast_vertigo_rkgen.rb

Instance Attribute Summary collapse

Attributes inherited from AstNode

#label, #pos

Instance Method Summary collapse

Methods inherited from AstNode

#accept, #str

Constructor Details

#initialize(name = nil) ⇒ Library

Returns a new instance of Library.



36
37
38
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 36

def initialize name=nil
  @name=name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



35
36
37
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 35

def name
  @name
end