Class: Move

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.commove

existingObject - InteractObject
newObject - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(existingObject = nil, newObject = nil) ⇒ Move

Returns a new instance of Move.



2047
2048
2049
2050
# File 'lib/stub/default.rb', line 2047

def initialize(existingObject = nil, newObject = nil)
  @existingObject = existingObject
  @newObject = newObject
end

Instance Attribute Details

#existingObjectObject

Returns the value of attribute existingObject.



2044
2045
2046
# File 'lib/stub/default.rb', line 2044

def existingObject
  @existingObject
end

#newObjectObject

Returns the value of attribute newObject.



2045
2046
2047
# File 'lib/stub/default.rb', line 2045

def newObject
  @newObject
end