Class: Vertigo::Library
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ Library
constructor
A new instance of Library.
Methods inherited from AstNode
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
#name ⇒ Object
Returns the value of attribute name.
35 36 37 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 35 def name @name end |