struct InfluxDB::Users

Included Modules

Defined in:

influxdb/users.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client, db : String = "") #

[View source]

Instance Method Detail

def [](name : String) #

[View source]
def all #

[View source]
def create(name, password, permissions = "all") #

[View source]
def db : String #

[View source]
def each(&) #
Description copied from module Enumerable(InfluxDB::User)

Must yield this collection's elements to the block.


[View source]
def query(*args, **options) #

[View source]
def query(*args, **options, &) #

[View source]