Sha256: 0d0cd9e691d375d2fe4efc32f130cdaaf4e1cf2e57dbd02df888d187c43fd5e6

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

module RemoteModels

  class User
    include CleanModel::Remote

    connection host: 'localhost', port: 9999

    attribute :first_name
    attribute :last_name
    attribute :email
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clean_model-0.0.9 spec/support/models/remote_models.rb
clean_model-0.0.8 spec/support/models/remote_models.rb
clean_model-0.0.7 spec/support/models/remote_models.rb
clean_model-0.0.6 spec/support/models/remote_models.rb