Class: Textus::Protocol::StoreEngine::Move::MoveResult
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::StoreEngine::Move::MoveResult
- Defined in:
- lib/textus/protocol/store_engine/move.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
-
#from_key ⇒ Object
readonly
Returns the value of attribute from_key.
-
#from_path ⇒ Object
readonly
Returns the value of attribute from_path.
-
#to_key ⇒ Object
readonly
Returns the value of attribute to_key.
-
#to_path ⇒ Object
readonly
Returns the value of attribute to_path.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def dry_run @dry_run end |
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def envelope @envelope end |
#from_key ⇒ Object (readonly)
Returns the value of attribute from_key
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def from_key @from_key end |
#from_path ⇒ Object (readonly)
Returns the value of attribute from_path
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def from_path @from_path end |
#to_key ⇒ Object (readonly)
Returns the value of attribute to_key
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def to_key @to_key end |
#to_path ⇒ Object (readonly)
Returns the value of attribute to_path
5 6 7 |
# File 'lib/textus/protocol/store_engine/move.rb', line 5 def to_path @to_path end |