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.
Class Method Summary collapse
- .initialize(*args) ⇒ Object private
Instance Method Summary collapse
- #query(*args) ⇒ Object private
Class Method Details
.initialize(*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.
4 |
# File 'formula-analytics/pycall-setup.rbi', line 4 def self.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 |