Class: Textus::Store::Mover::MovePlan
- Inherits:
-
Data
- Object
- Data
- Textus::Store::Mover::MovePlan
- Defined in:
- lib/textus/store/mover.rb
Instance Attribute Summary collapse
-
#as ⇒ Object
readonly
Returns the value of attribute as.
-
#etag_before ⇒ Object
readonly
Returns the value of attribute etag_before.
-
#new_key ⇒ Object
readonly
Returns the value of attribute new_key.
-
#new_mentry ⇒ Object
readonly
Returns the value of attribute new_mentry.
-
#new_path ⇒ Object
readonly
Returns the value of attribute new_path.
-
#old_key ⇒ Object
readonly
Returns the value of attribute old_key.
-
#old_path ⇒ Object
readonly
Returns the value of attribute old_path.
-
#uid ⇒ Object
readonly
Returns the value of attribute uid.
Instance Attribute Details
#as ⇒ Object (readonly)
Returns the value of attribute as
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def as @as end |
#etag_before ⇒ Object (readonly)
Returns the value of attribute etag_before
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def etag_before @etag_before end |
#new_key ⇒ Object (readonly)
Returns the value of attribute new_key
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def new_key @new_key end |
#new_mentry ⇒ Object (readonly)
Returns the value of attribute new_mentry
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def new_mentry @new_mentry end |
#new_path ⇒ Object (readonly)
Returns the value of attribute new_path
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def new_path @new_path end |
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def old_key @old_key end |
#old_path ⇒ Object (readonly)
Returns the value of attribute old_path
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def old_path @old_path end |
#uid ⇒ Object (readonly)
Returns the value of attribute uid
6 7 8 |
# File 'lib/textus/store/mover.rb', line 6 def uid @uid end |