Sha256: 86c7e6d46ec09ce2bf77243bd1c4b2d149ef5599dad91b2ebdb545b037069009

Contents?: true

Size: 209 Bytes

Versions: 4

Compression:

Stored size: 209 Bytes

Contents

module DataMapper
  module Aggregates
    module Model
      include Functions

      private def property_by_name(property_name)
        properties(repository.name)[property_name]
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sbf-dm-aggregates-1.5.0 lib/dm-aggregates/model.rb
sbf-dm-aggregates-1.4.0 lib/dm-aggregates/model.rb
sbf-dm-aggregates-1.3.0 lib/dm-aggregates/model.rb
sbf-dm-aggregates-1.3.0.beta lib/dm-aggregates/model.rb