Class: PEROBS::POReference
- Inherits:
-
Struct
- Object
- Struct
- PEROBS::POReference
- Defined in:
- lib/perobs/ObjectBase.rb
Overview
This class is used to serialize the POXReference objects. It only holds the ID of the referenced Object.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
110 111 112 |
# File 'lib/perobs/ObjectBase.rb', line 110 def id @id end |