Sha256: 213ee52111e9f233da7d9cfbbcb354da9add5767c41a12cbd2fb3fe70bffdc6b
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
module Expressir module Model class Unique attr_accessor :id attr_accessor :attributes 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.0 | lib/expressir/model/unique.rb |