class Fog::Identity::Proxmox::Yubico
class Yubico Two factor authentification
Public Class Methods
new(attributes)
click to toggle source
Calls superclass method
Fog::Proxmox::Model.new
# File lib/fog/identity/proxmox/models/yubico.rb, line 39 def initialize(attributes) self.type = 'yubico' super end
Public Instance Methods
to_s()
click to toggle source
# File lib/fog/identity/proxmox/models/yubico.rb, line 44 def to_s "type=#{type},id=#{id},key=#{key},url=#{url}" end