michaelkirk / varia_model

A mixin to provide objects with magic attribute reading and writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariaModel

Gem Version Build Status

A mixin to provide objects with magic attribute reading and writing

Installation

$ gem install varia_model

Usage

require 'varia_model'

module MyApp
  class Config
    include VariaModel
  end
end

Authors and Contributors

Thank you to all of our Contributors, testers, and users.

About

A mixin to provide objects with magic attribute reading and writing

License:Other