Sha256: 980eab962fb2703f18488552fab754d1dfeda9753efed22aa61b781b8e8a109c
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
module Expressir module Model class Unique attr_accessor :id attr_accessor :attributes attr_accessor :parent attr_accessor :remarks def initialize(options = {}) @id = options[:id] @attributes = options[:attributes] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
expressir-0.2.3 | lib/expressir/model/unique.rb |