Class: InfluxDBClient3 Private
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
-
#initialize(*args) ⇒ InfluxDBClient3
constructor
private
A new instance of InfluxDBClient3.
- #query(*args) ⇒ Object private
Constructor Details
#initialize(*args) ⇒ InfluxDBClient3
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns a new instance of InfluxDBClient3.
4 |
# File 'formula-analytics/pycall-setup.rbi', line 4 def initialize(*args); end |
Instance Method Details
#query(*args) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
6 |
# File 'formula-analytics/pycall-setup.rbi', line 6 def query(*args); end |