Class: SelectedBlockMenuState

Inherits:
Struct
  • Object
show all
Defined in:
lib/constants.rb

Overview

selected block and subsequent menu state

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



66
67
68
# File 'lib/constants.rb', line 66

def block
  @block
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



66
67
68
# File 'lib/constants.rb', line 66

def state
  @state
end