Method: PEROBS::ObjectBase#initialize
- Defined in:
- lib/perobs/ObjectBase.rb
#initialize(p) ⇒ ObjectBase
New PEROBS objects must always be created by calling # Store.new(). PEROBS users should never call this method or equivalents of derived methods directly.
148 149 150 |
# File 'lib/perobs/ObjectBase.rb', line 148 def initialize(p) _initialize(p) end |