Object-InsideOut - Re: OIO and default value

Posted on Fri Dec 8 16:22:06 2006 by gaetan in response to 3725 (See the whole thread of 13)
Re: OIO and default value
Great !

It works

But my next question is ;-)

How to initialize bidule in Connection::Simulate without having to declare @bidule (in Connection) with the :Arg attribute (I don't want this attribute to be accessible from outside my classes) ?

We could imagine for example the following syntax (in Connection package)

:Arg(name => 'bidule', default => 0, Restricted => 1)

This would solve my problem but this solution, from my point of view, is not an elegant solution

Have a nice we

Gaetan
Direct Responses: 3728 | Write a response