Sha256: 05687fc4b2c27ecdacb29a2a2bf569c70c0d392019a2b92e9860303be85e6b1f

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Identity
      include Her::Model
      include Helpers::Model

      belongs_to :project

      attributes :all, :externalId, :externalIdType, :id, :login,
                 :name, :profilePicture, :profileUrl, :projectId, :role
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/identity.rb