Class: Plutonium::Positioning::Move

Inherits:
Data
  • Object
show all
Defined in:
lib/plutonium/positioning/config.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



10
11
12
# File 'lib/plutonium/positioning/config.rb', line 10

def column
  @column
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'lib/plutonium/positioning/config.rb', line 10

def index
  @index
end

#nextObject (readonly)

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



10
11
12
# File 'lib/plutonium/positioning/config.rb', line 10

def next
  @next
end

#prevObject (readonly)

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



10
11
12
# File 'lib/plutonium/positioning/config.rb', line 10

def prev
  @prev
end

#recordObject (readonly)

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



10
11
12
# File 'lib/plutonium/positioning/config.rb', line 10

def record
  @record
end