Class: Textus::Store::Mover::MovePlan

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/store/mover.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asObject (readonly)

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def as
  @as
end

#etag_beforeObject (readonly)

Returns the value of attribute etag_before

Returns:

  • (Object)

    the current value of etag_before



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def etag_before
  @etag_before
end

#new_keyObject (readonly)

Returns the value of attribute new_key

Returns:

  • (Object)

    the current value of new_key



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def new_key
  @new_key
end

#new_mentryObject (readonly)

Returns the value of attribute new_mentry

Returns:

  • (Object)

    the current value of new_mentry



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def new_mentry
  @new_mentry
end

#new_pathObject (readonly)

Returns the value of attribute new_path

Returns:

  • (Object)

    the current value of new_path



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def new_path
  @new_path
end

#old_keyObject (readonly)

Returns the value of attribute old_key

Returns:

  • (Object)

    the current value of old_key



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def old_key
  @old_key
end

#old_pathObject (readonly)

Returns the value of attribute old_path

Returns:

  • (Object)

    the current value of old_path



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def old_path
  @old_path
end

#uidObject (readonly)

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



6
7
8
# File 'lib/textus/store/mover.rb', line 6

def uid
  @uid
end