Class: HeadMusic::Style::Guidelines::Contoured::TrendWalk
- Inherits:
-
Struct
- Object
- Struct
- HeadMusic::Style::Guidelines::Contoured::TrendWalk
- Defined in:
- lib/head_music/style/guidelines/contoured.rb
Overview
Running state for the zigzag walk in #trend_directions.
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#directions ⇒ Object
Returns the value of attribute directions.
-
#extreme ⇒ Object
Returns the value of attribute extreme.
-
#high ⇒ Object
Returns the value of attribute high.
-
#low ⇒ Object
Returns the value of attribute low.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
12 13 14 |
# File 'lib/head_music/style/guidelines/contoured.rb', line 12 def direction @direction end |
#directions ⇒ Object
Returns the value of attribute directions
12 13 14 |
# File 'lib/head_music/style/guidelines/contoured.rb', line 12 def directions @directions end |
#extreme ⇒ Object
Returns the value of attribute extreme
12 13 14 |
# File 'lib/head_music/style/guidelines/contoured.rb', line 12 def extreme @extreme end |
#high ⇒ Object
Returns the value of attribute high
12 13 14 |
# File 'lib/head_music/style/guidelines/contoured.rb', line 12 def high @high end |
#low ⇒ Object
Returns the value of attribute low
12 13 14 |
# File 'lib/head_music/style/guidelines/contoured.rb', line 12 def low @low end |