Class: Textus::Application::Writes::Mv::MovePlan
- Inherits:
-
Data
- Object
- Data
- Textus::Application::Writes::Mv::MovePlan
- Defined in:
- lib/textus/application/writes/mv.rb
Instance Attribute Summary collapse
-
#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
#etag_before ⇒ Object (readonly)
Returns the value of attribute etag_before
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def etag_before @etag_before end |
#new_key ⇒ Object (readonly)
Returns the value of attribute new_key
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def new_key @new_key end |
#new_mentry ⇒ Object (readonly)
Returns the value of attribute new_mentry
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def new_mentry @new_mentry end |
#new_path ⇒ Object (readonly)
Returns the value of attribute new_path
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def new_path @new_path end |
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def old_key @old_key end |
#old_path ⇒ Object (readonly)
Returns the value of attribute old_path
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def old_path @old_path end |
#uid ⇒ Object (readonly)
Returns the value of attribute uid
7 8 9 |
# File 'lib/textus/application/writes/mv.rb', line 7 def uid @uid end |