Class: Textus::Protocol::StoreEngine::Move::MoveResult

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/store_engine/move.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject (readonly)

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def dry_run
  @dry_run
end

#envelopeObject (readonly)

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def envelope
  @envelope
end

#from_keyObject (readonly)

Returns the value of attribute from_key

Returns:

  • (Object)

    the current value of from_key



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def from_key
  @from_key
end

#from_pathObject (readonly)

Returns the value of attribute from_path

Returns:

  • (Object)

    the current value of from_path



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def from_path
  @from_path
end

#to_keyObject (readonly)

Returns the value of attribute to_key

Returns:

  • (Object)

    the current value of to_key



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def to_key
  @to_key
end

#to_pathObject (readonly)

Returns the value of attribute to_path

Returns:

  • (Object)

    the current value of to_path



5
6
7
# File 'lib/textus/protocol/store_engine/move.rb', line 5

def to_path
  @to_path
end