Class: Move
- Inherits:
-
Object
- Object
- Move
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.commove
existingObject - InteractObject
newObject - InteractObject
Instance Attribute Summary collapse
-
#existingObject ⇒ Object
Returns the value of attribute existingObject.
-
#newObject ⇒ Object
Returns the value of attribute newObject.
Instance Method Summary collapse
-
#initialize(existingObject = nil, newObject = nil) ⇒ Move
constructor
A new instance of Move.
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
#existingObject ⇒ Object
Returns the value of attribute existingObject.
2044 2045 2046 |
# File 'lib/stub/default.rb', line 2044 def existingObject @existingObject end |
#newObject ⇒ Object
Returns the value of attribute newObject.
2045 2046 2047 |
# File 'lib/stub/default.rb', line 2045 def newObject @newObject end |