Sha256: d5d37b225153cbd0fe9f8ed5ec31fd84b253bcd3f485306cc40c770f53fbeabf
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
module Expressir module Model module Expressions class IndexQualifier attr_accessor :index1 attr_accessor :index2 def initialize(options = {}) @index1 = options[:index1] @index2 = options[:index2] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems