struct InfluxDB::Users
- InfluxDB::Users
- Struct
- Value
- Object
Included Modules
- Enumerable(InfluxDB::User)
Defined in:
influxdb/users.crConstructors
Instance Method Summary
- #[](name : String)
- #all
- #create(name, password, permissions = "all")
- #db : String
-
#each(&)
Must yield this collection's elements to the block.
- #query(*args, **options)
- #query(*args, **options, &)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(InfluxDB::User)
Must yield this collection's elements to the block.