Sha256: 17d0ec0effc04cb38665997b3528481c327980ee3c1ce251941107da434ddcb5
Contents?: true
Size: 312 Bytes
Versions: 14
Compression:
Stored size: 312 Bytes
Contents
module Expressir module Model module Expressions class AttributeReference < ModelElement attr_accessor :ref attr_accessor :attribute def initialize(options = {}) @ref = options[:ref] @attribute = options[:attribute] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems