Sha256: 0a368c6d375ab3b96d5fc7546f55be1c9862434c14661be9c308cce77a8acb2c
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Userpreference include Her::Model include Helpers::Model belongs_to :account has_one :account attributes :accountId, :created, :data, :description, :id, :kind, :name, :removeTime, :removed, :state, :uuid, :value, :transitioning, :transitioningMessage, :transitioningProgress, :all 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/userpreference.rb |