Class: Influxdb::Api::Namespaces::ClusterAdmins
- Inherits:
-
Base
- Object
- Base
- Influxdb::Api::Namespaces::ClusterAdmins
show all
- Defined in:
- lib/influxdb/api/namespaces/cluster_admins.rb
Instance Attribute Summary
Attributes inherited from Base
#client
Instance Method Summary
collapse
Methods inherited from Base
#all, #create, #initialize
Instance Method Details
#delete(*_) ⇒ Object
12
13
14
|
# File 'lib/influxdb/api/namespaces/cluster_admins.rb', line 12
def delete(*_)
return_false_if_doesnt_exist('User'){ super }
end
|
#update(name, attributes) ⇒ Object
7
8
9
10
|
# File 'lib/influxdb/api/namespaces/cluster_admins.rb', line 7
def update(name, attributes)
perform_post(resource_path(name), {}, attributes)
true
end
|