Sha256: 378fc144714aaaf2dbddea27c61fd18dc4911fe245974286b2f1837ac87fc199

Contents?: true

Size: 935 Bytes

Versions: 22

Compression:

Stored size: 935 Bytes

Contents

CONTAINER OBJECT TYPE
  NAME: container
  SHORTCUT: can

  DESCRIPTION
    A container of other objects.
    A container is similar to a folder in a file system.
    It can contain any number of objects including other containers.
    The container structure provides direct access to any object
    within it through the object.object.object path-name structure.

  CHILDREN
    None by default.  But any container can have any number of
    objects added to it.

  MESSAGES
    count - Count the number of children objects in the container.
            The result is put in <it>.
    delete_children - Delete all children objects from the container.
    show_key_value_tbl - Show a table with key (name) and values
      for all children in the container.

  EXAMPLE

    can [can] :
      data [can] :
        1 : one
        2 : two
        3 : three
    	on_load [script] :
    		tell can.data to show_key_value_table

  SEE ALSO

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/basic/container.txt
gloo-1.0.0 lib/gloo/help/objs/basic/container.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/basic/container.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/basic/container.txt
gloo-0.8.0 lib/gloo/help/objs/basic/container.txt
gloo-0.7.7 lib/gloo/help/objs/basic/container.txt
gloo-0.7.6 lib/gloo/help/objs/basic/container.txt
gloo-0.7.5 lib/gloo/help/objs/basic/container.txt
gloo-0.7.4 lib/gloo/help/objs/basic/container.txt
gloo-0.7.3 lib/gloo/help/objs/basic/container.txt
gloo-0.7.2 lib/gloo/help/objs/basic/container.txt