Class: Vertigo::Waveform
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#elements ⇒ Object
Returns the value of attribute elements.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(elements = []) ⇒ Waveform
constructor
A new instance of Waveform.
Methods inherited from AstNode
Constructor Details
#initialize(elements = []) ⇒ Waveform
Returns a new instance of Waveform.
463 464 465 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 463 def initialize elements=[] @elements=elements end |
Instance Attribute Details
#elements ⇒ Object
Returns the value of attribute elements.
462 463 464 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 462 def elements @elements end |