Class: HeadMusic::Style::Guidelines::Contoured::TrendWalk

Inherits:
Struct
  • Object
show all
Defined in:
lib/head_music/style/guidelines/contoured.rb

Overview

Running state for the zigzag walk in #trend_directions.

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



12
13
14
# File 'lib/head_music/style/guidelines/contoured.rb', line 12

def direction
  @direction
end

#directionsObject

Returns the value of attribute directions

Returns:

  • (Object)

    the current value of directions



12
13
14
# File 'lib/head_music/style/guidelines/contoured.rb', line 12

def directions
  @directions
end

#extremeObject

Returns the value of attribute extreme

Returns:

  • (Object)

    the current value of extreme



12
13
14
# File 'lib/head_music/style/guidelines/contoured.rb', line 12

def extreme
  @extreme
end

#highObject

Returns the value of attribute high

Returns:

  • (Object)

    the current value of high



12
13
14
# File 'lib/head_music/style/guidelines/contoured.rb', line 12

def high
  @high
end

#lowObject

Returns the value of attribute low

Returns:

  • (Object)

    the current value of low



12
13
14
# File 'lib/head_music/style/guidelines/contoured.rb', line 12

def low
  @low
end