Class: Faust2Ruby::AST::Waveform
Overview
Waveform: waveformv2, …
Instance Attribute Summary collapse
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(values, **opts) ⇒ Waveform
constructor
A new instance of Waveform.
Constructor Details
#initialize(values, **opts) ⇒ Waveform
Returns a new instance of Waveform.
233 234 235 236 |
# File 'lib/faust2ruby/ast.rb', line 233 def initialize(values, **opts) super(**opts) @values = values end |
Instance Attribute Details
#values ⇒ Object (readonly)
Returns the value of attribute values.
231 232 233 |
# File 'lib/faust2ruby/ast.rb', line 231 def values @values end |