Class: Influxdb::Api::Client::Selector::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/influxdb/api/client/selector.rb

Direct Known Subclasses

Random, RoundRobin

Instance Method Summary collapse

Instance Method Details

#select_fromObject

Raises:

  • (NoMethodError)


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