Class: Influxdb::Api::Namespaces::Databases
- Defined in:
- lib/influxdb/api/namespaces/databases.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Influxdb::Api::Namespaces::Base
Instance Method Details
#create(name) ⇒ Object
7 8 9 |
# File 'lib/influxdb/api/namespaces/databases.rb', line 7 def create(name) super(name: name) end |