module Abstract

Constants

AttrCommon
AttrCommonPK
AttrText
Tables

Public Class Methods

next_id() click to toggle source
# File lib/dm-is-reflective/test.rb, line 63
def self.next_id
  @id ||= 0
  @id += 1
end