Class: Vertigo::Use
Instance Attribute Summary collapse
-
#element ⇒ Object
Returns the value of attribute element.
-
#library ⇒ Object
Returns the value of attribute library.
-
#package ⇒ Object
Returns the value of attribute package.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(library = nil, package = nil, element = nil) ⇒ Use
constructor
A new instance of Use.
Methods inherited from AstNode
Constructor Details
#initialize(library = nil, package = nil, element = nil) ⇒ Use
Returns a new instance of Use.
43 44 45 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 43 def initialize library=nil,package=nil,element=nil @library,@package,@element=library,package,element end |
Instance Attribute Details
#element ⇒ Object
Returns the value of attribute element.
42 43 44 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 42 def element @element end |
#library ⇒ Object
Returns the value of attribute library.
42 43 44 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 42 def library @library end |
#package ⇒ Object
Returns the value of attribute package.
42 43 44 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 42 def package @package end |