Class: Noise::Modifier::Psk
- Inherits:
-
Object
- Object
- Noise::Modifier::Psk
- Defined in:
- lib/noise/pattern.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize(index) ⇒ Psk
constructor
A new instance of Psk.
Constructor Details
#initialize(index) ⇒ Psk
Returns a new instance of Psk.
83 84 85 |
# File 'lib/noise/pattern.rb', line 83 def initialize(index) @index = index end |
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index.
81 82 83 |
# File 'lib/noise/pattern.rb', line 81 def index @index end |