Class: PEROBS::POReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



114
115
116
# File 'lib/perobs/ObjectBase.rb', line 114

def id
  @id
end