Class: Plutonium::Positioning::Move
- Inherits:
-
Data
- Object
- Data
- Plutonium::Positioning::Move
- Defined in:
- lib/plutonium/positioning/config.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
10 11 12 |
# File 'lib/plutonium/positioning/config.rb', line 10 def column @column end |
#index ⇒ Object (readonly)
Returns the value of attribute index
10 11 12 |
# File 'lib/plutonium/positioning/config.rb', line 10 def index @index end |
#next ⇒ Object (readonly)
Returns the value of attribute next
10 11 12 |
# File 'lib/plutonium/positioning/config.rb', line 10 def next @next end |
#prev ⇒ Object (readonly)
Returns the value of attribute prev
10 11 12 |
# File 'lib/plutonium/positioning/config.rb', line 10 def prev @prev end |
#record ⇒ Object (readonly)
Returns the value of attribute record
10 11 12 |
# File 'lib/plutonium/positioning/config.rb', line 10 def record @record end |