Class: Influxdb::Api::Client::Selector::Base
- Inherits:
-
Object
- Object
- Influxdb::Api::Client::Selector::Base
- Defined in:
- lib/influxdb/api/client/selector.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#select_from ⇒ Object
6 7 8 |
# File 'lib/influxdb/api/client/selector.rb', line 6 def select_from raise NoMethodError, "Implement this method in the selector implementation." end |