[redland-dev] Add, delete... and modify?

Jorge Santos jorge.jsf at gmail.com
Tue Aug 16 19:08:36 BST 2005


On 8/16/05, Danny Ayers <danny.ayers at gmail.com> wrote:
> On 8/16/05, Yann Klis <strass at strasslab.net> wrote:
> 
> > Just to be sure. So, for now, if the object of a triple change, I'm
> > supposed to destroy the old statement and add a new one?
> 
> I believe so, yes.
> 
> A pre-newbie Ruby question - is the get/set method on a member a
> common idiom there?
> 

No not really, an attribute bar of an object foo, is commonly accessed
via foo.bar and assigned via foo.bar = baz.  Don't be deceived though,
those are really method calls. See:
http://www.ruby-doc.org/docs/UsersGuide/rg/accessors.html


More information about the redland-dev mailing list