Sha256: d0eaac45cb803190c6b9aaf62cc230181f3084fc746b9a9f378d3673cea55c1e
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
module Expressir module Model class Derived attr_accessor :id attr_accessor :supertype_attribute attr_accessor :type attr_accessor :expression attr_accessor :remarks def initialize(options = {}) @id = options[:id] @supertype_attribute = options[:supertype_attribute] @type = options[:type] @expression = options[:expression] @remarks = options[:remarks] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
expressir-0.2.2 | lib/expressir/model/derived.rb |
expressir-0.2.1 | lib/expressir/model/derived.rb |