Class: Plutonium::Kanban::Positioning::Move

Inherits:
Data
  • Object
show all
Defined in:
lib/plutonium/kanban/positioning.rb

Overview

Value object passed to Mode B blocks, carrying the full drop context.

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



9
10
11
# File 'lib/plutonium/kanban/positioning.rb', line 9

def column
  @column
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



9
10
11
# File 'lib/plutonium/kanban/positioning.rb', line 9

def index
  @index
end

#nextObject (readonly)

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



9
10
11
# File 'lib/plutonium/kanban/positioning.rb', line 9

def next
  @next
end

#prevObject (readonly)

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



9
10
11
# File 'lib/plutonium/kanban/positioning.rb', line 9

def prev
  @prev
end

#recordObject (readonly)

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



9
10
11
# File 'lib/plutonium/kanban/positioning.rb', line 9

def record
  @record
end