class Fog::Proxmox::Identity::TokenInfo

class TokenInfo model

Public Class Methods

new(new_attributes = {}) click to toggle source
Calls superclass method
# File lib/fog/proxmox/identity/models/token_info.rb, line 31
def initialize(new_attributes = {})
  prepare_service_value(new_attributes)
  Fog::Proxmox::Attributes.set_attr_and_sym('tokenid', attributes, new_attributes)
  Fog::Proxmox::Attributes.set_attr_and_sym('userid', attributes, new_attributes)
  requires :userid, :tokenid
  super(new_attributes)
end