Class: Proxmox::Resources::Clusters::Acme

Inherits:
Object
  • Object
show all
Defined in:
lib/proxmox/resources/clusters/acme.rb

Overview

Proxmox Cluster Acme class

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Acme

Returns a new instance of Acme.



8
9
10
# File 'lib/proxmox/resources/clusters/acme.rb', line 8

def initialize(client)
  @client = client
end

Instance Method Details

#tosObject



12
13
14
# File 'lib/proxmox/resources/clusters/acme.rb', line 12

def tos
  @client.request(:get, "/cluster/acme/tos")
end