Sha256: 9c6e5da08a452e1440ddabe22917116414fe656e6594034bb100ee96889e826d

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 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

5 entries across 5 versions & 1 rubygems

Version Path
clean_model-0.0.5 spec/support/models/remote_models.rb
clean_model-0.0.4 spec/support/models/remote_models.rb
clean_model-0.0.3 spec/support/models/remote_models.rb
clean_model-0.0.2 spec/support/models/remote_models.rb
clean_model-0.0.1 spec/support/models/remote_models.rb