Sha256: 27afc6160e58301315ef216406a99ae7fad756d8ca586086844ca9bd7b88a26e

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

module Ar2gostruct
  module Builder
    module ORM
      class Base
        TAG_SEPARATOR = ","

        def initialize(klass)
          @klass = klass
        end
        attr_reader :klass

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ar2gostruct-0.2.2 lib/ar2gostruct/builder/orm/base.rb
ar2gostruct-0.2.1 lib/ar2gostruct/builder/orm/base.rb
ar2gostruct-0.2.0 lib/ar2gostruct/builder/orm/base.rb