Method: Influxdb::Api::Client::Selector::Base#select_from

Defined in:
lib/influxdb/api/client/selector.rb

#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