Class: SelectedBlockMenuState
Overview
selected block and subsequent menu state
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#source ⇒ Object
Returns the value of attribute source.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
93 94 95 |
# File 'lib/constants.rb', line 93 def block @block end |
#source ⇒ Object
Returns the value of attribute source
93 94 95 |
# File 'lib/constants.rb', line 93 def source @source end |
#state ⇒ Object
Returns the value of attribute state
93 94 95 |
# File 'lib/constants.rb', line 93 def state @state end |