Class: ProxmoxRb::Auth::Ticket

Inherits:
Struct
  • Object
show all
Defined in:
lib/proxmox-rb/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#csrfObject

Returns the value of attribute csrf

Returns:

  • (Object)

    the current value of csrf



3
4
5
# File 'lib/proxmox-rb/auth.rb', line 3

def csrf
  @csrf
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



3
4
5
# File 'lib/proxmox-rb/auth.rb', line 3

def host
  @host
end

#ticketObject

Returns the value of attribute ticket

Returns:

  • (Object)

    the current value of ticket



3
4
5
# File 'lib/proxmox-rb/auth.rb', line 3

def ticket
  @ticket
end