Sha256: cd879a38e6e6dd66cd2ec11b2f62757078a042ae41c0992d8f7a9b34175f1865

Contents?: true

Size: 204 Bytes

Versions: 10

Compression:

Stored size: 204 Bytes

Contents

module DataMapper
  module TypesFixtures
    class APIUser

      include DataMapper::Resource

      property :id, Serial

      property :name, String

      property :api_key, APIKey
    end
  end
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
sbf-dm-types-1.4.0 spec/fixtures/api_user.rb
sbf-dm-types-1.3.0 spec/fixtures/api_user.rb
sbf-dm-types-1.3.0.beta spec/fixtures/api_user.rb
ardm-types-1.2.3 spec/fixtures/api_user.rb
ardm-types-1.2.2 spec/fixtures/api_user.rb
dm-types-1.2.2 spec/fixtures/api_user.rb
dm-types-1.2.1 spec/fixtures/api_user.rb
dm-types-1.2.0 spec/fixtures/api_user.rb
dm-types-1.2.0.rc2 spec/fixtures/api_user.rb
dm-types-1.2.0.rc1 spec/fixtures/api_user.rb