Registry / utility / rasti-model

rasti-model

JSON →
library2.1.0rbrubygemsunverified

Domain models with typed attributes.

gem install rasti-model
INSTALL
IMPORT
SIG · RASTI-MODEL
R
rasti-model
utilityrubyv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rasti
require 'rasti-model'

Define a typed domain model

require 'rasti-model' class User < Rasti::Model attribute :name, String attribute :age, Integer end user = User.new(name: 'Alice', age: 30)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rasti-model — gem install rasti-model · libregistry