Sha256: c7f7996850d1819ff2ee99e05fa9917b9420c3837a2598633dd1664801da1a47

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

# Structure

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

Structure is a Struct-like key/value container .

It will shine in the ephemeral landscape of API-backed data.

    require 'structure'

    class Person < Structure
      key  :name
      many :friends
    end

Please see [the project page] [1] for more detailed info.

[1]: http://code.papercavalier.com/structure/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
structure-0.15.1 README.md
structure-0.15.0 README.md