Class: Copy
- Inherits:
-
Object
- Object
- Copy
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcopy
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) ⇒ Copy
constructor
A new instance of Copy.
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
#existingObject ⇒ Object
Returns the value of attribute existingObject.
2021 2022 2023 |
# File 'lib/stub/default.rb', line 2021 def existingObject @existingObject end |
#newObject ⇒ Object
Returns the value of attribute newObject.
2022 2023 2024 |
# File 'lib/stub/default.rb', line 2022 def newObject @newObject end |