Class: Copy
- Inherits:
-
Object
- Object
- Copy
- Defined in:
- lib/metal/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.
2023 2024 2025 2026 |
# File 'lib/metal/default.rb', line 2023 def initialize(existingObject = nil, newObject = nil) @existingObject = existingObject @newObject = newObject end |
Instance Attribute Details
#existingObject ⇒ Object
Returns the value of attribute existingObject.
2020 2021 2022 |
# File 'lib/metal/default.rb', line 2020 def existingObject @existingObject end |
#newObject ⇒ Object
Returns the value of attribute newObject.
2021 2022 2023 |
# File 'lib/metal/default.rb', line 2021 def newObject @newObject end |