Sha256: 449f9a23940df858262a2b60aa28ef7d114db11d83336586851886ab0a87a4f1

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

# Structure

[![travis](https://secure.travis-ci.org/hakanensari/structure.png?branch=master)](http://travis-ci.org/hakanensari/structure)

Structure is a typed key/value container.

    class Person < Structure
      key :name
      key :friends, Array, []
    end

Please see the [wiki] [1] for more detail.

[1]: https://github.com/hakanensari/structure/wiki/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
structure-0.22.1 README.md
structure-0.22.0 README.md