Sha256: f25dd834f6b1f727796b4d64bd061663f190832b30e92aad2fb856a338701195

Contents?: true

Size: 180 Bytes

Versions: 16

Compression:

Stored size: 180 Bytes

Contents

  def initialize(options = {})
    super(options)
    # default id to the mongo ObjectId for this DataElement if it isnt already defined
    self.id = _id.to_s unless id?
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cqm-models-4.2.0 templates/entity_extension.rb.erb
cqm-models-3.1.2 templates/entity_extension.rb.erb
cqm-models-4.1.1 templates/entity_extension.rb.erb
cqm-models-4.1.0 templates/entity_extension.rb.erb
cqm-models-4.0.2 templates/entity_extension.rb.erb
cqm-models-4.0.1 templates/entity_extension.rb.erb
cqm-models-4.0.0 templates/entity_extension.rb.erb
cqm-models-3.1.1 templates/entity_extension.rb.erb
cqm-models-3.1.0 templates/entity_extension.rb.erb
cqm-models-3.0.6 templates/entity_extension.rb.erb
cqm-models-3.0.5 templates/entity_extension.rb.erb
cqm-models-3.0.4 templates/entity_extension.rb.erb
cqm-models-3.0.3 templates/entity_extension.rb.erb
cqm-models-3.0.2 templates/entity_extension.rb.erb
cqm-models-3.0.1 templates/entity_extension.rb.erb
cqm-models-3.0.0 templates/entity_extension.rb.erb