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