Class: Influxdb::Api::Client::Selector::Random

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

Instance Method Summary collapse

Instance Method Details

#select_from(connections) ⇒ Object



12
13
14
# File 'lib/influxdb/api/client/selector.rb', line 12

def select_from(connections)
  connections.to_a.sample
end