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



93
94
95
# File 'lib/constants.rb', line 93

def block
  @block
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



93
94
95
# File 'lib/constants.rb', line 93

def source
  @source
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



93
94
95
# File 'lib/constants.rb', line 93

def state
  @state
end