Class: Copy

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comcopy

existingObject - InteractObject
newObject - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Copy.



2024
2025
2026
2027
# File 'lib/stub/default.rb', line 2024

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

Instance Attribute Details

#existingObjectObject

Returns the value of attribute existingObject.



2021
2022
2023
# File 'lib/stub/default.rb', line 2021

def existingObject
  @existingObject
end

#newObjectObject

Returns the value of attribute newObject.



2022
2023
2024
# File 'lib/stub/default.rb', line 2022

def newObject
  @newObject
end