Class: SelectedBlockMenuState

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



118
119
120
# File 'lib/constants.rb', line 118

def block
  @block
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



118
119
120
# File 'lib/constants.rb', line 118

def source
  @source
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



118
119
120
# File 'lib/constants.rb', line 118

def state
  @state
end