Class: ProxmoxRb::Auth::Ticket
- Inherits:
-
Struct
- Object
- Struct
- ProxmoxRb::Auth::Ticket
- Defined in:
- lib/proxmox-rb/auth.rb
Instance Attribute Summary collapse
-
#csrf ⇒ Object
Returns the value of attribute csrf.
-
#host ⇒ Object
Returns the value of attribute host.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Attribute Details
#csrf ⇒ Object
Returns the value of attribute csrf
3 4 5 |
# File 'lib/proxmox-rb/auth.rb', line 3 def csrf @csrf end |
#host ⇒ Object
Returns the value of attribute host
3 4 5 |
# File 'lib/proxmox-rb/auth.rb', line 3 def host @host end |
#ticket ⇒ Object
Returns the value of attribute ticket
3 4 5 |
# File 'lib/proxmox-rb/auth.rb', line 3 def ticket @ticket end |