Class: InfluxDB2::Ping
- Inherits:
-
Object
- Object
- InfluxDB2::Ping
- Defined in:
- lib/influxdb2/client/ping_api.rb
Overview
The status of InfluxDB instance and version of InfluxDB.
Instance Attribute Summary collapse
-
#build ⇒ Object
The type of InfluxDB build.
-
#message ⇒ Object
The error message.
-
#status ⇒ Object
The status of InfluxDB.
-
#version ⇒ Object
The version of InfluxDB.
Instance Attribute Details
#build ⇒ Object
The type of InfluxDB build.
54 55 56 |
# File 'lib/influxdb2/client/ping_api.rb', line 54 def build @build end |
#message ⇒ Object
The error message.
63 64 65 |
# File 'lib/influxdb2/client/ping_api.rb', line 63 def @message end |
#status ⇒ Object
The status of InfluxDB.
60 61 62 |
# File 'lib/influxdb2/client/ping_api.rb', line 60 def status @status end |
#version ⇒ Object
The version of InfluxDB.
57 58 59 |
# File 'lib/influxdb2/client/ping_api.rb', line 57 def version @version end |