Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
/ multitype Public archive

Allows for variable methods and attributes on models and classes to help differentiate different types of calculations for similar data structures seamlessly.

License

Notifications You must be signed in to change notification settings

JIFFinc/multitype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multitype

CircleCI Build Status

Allows for variable methods and attributes on models and classes to help differentiate different types of calculations for similar data structures seamlessly.

Installation

Add this line to your application's Gemfile:

gem 'multitype'

And then execute:

$ bundle

Or install it yourself as:

$ gem install multitype

Usage

Please refer to the specs and the "FakeModel" for basic usage.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

About

Allows for variable methods and attributes on models and classes to help differentiate different types of calculations for similar data structures seamlessly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages