Class: Plutonium::Kanban::Positioning::Move
- Inherits:
-
Data
- Object
- Data
- Plutonium::Kanban::Positioning::Move
- Defined in:
- lib/plutonium/kanban/positioning.rb
Overview
Value object passed to Mode B blocks, carrying the full drop context.
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#next ⇒ Object
readonly
Returns the value of attribute next.
-
#prev ⇒ Object
readonly
Returns the value of attribute prev.
-
#record ⇒ Object
readonly
Returns the value of attribute record.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
9 10 11 |
# File 'lib/plutonium/kanban/positioning.rb', line 9 def column @column end |
#index ⇒ Object (readonly)
Returns the value of attribute index
9 10 11 |
# File 'lib/plutonium/kanban/positioning.rb', line 9 def index @index end |
#next ⇒ Object (readonly)
Returns the value of attribute next
9 10 11 |
# File 'lib/plutonium/kanban/positioning.rb', line 9 def next @next end |
#prev ⇒ Object (readonly)
Returns the value of attribute prev
9 10 11 |
# File 'lib/plutonium/kanban/positioning.rb', line 9 def prev @prev end |
#record ⇒ Object (readonly)
Returns the value of attribute record
9 10 11 |
# File 'lib/plutonium/kanban/positioning.rb', line 9 def record @record end |