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