Method: Forecasting::Client#user_connections
- Defined in:
- lib/forecasting/client.rb
#user_connections(opts = {}) ⇒ Forecasting::Models::UserConnection
145 146 147 148 149 |
# File 'lib/forecasting/client.rb', line 145 def user_connections(opts = {}) get("user_connections", opts)["user_connections"].map do |entry| Forecasting::Models::UserConnection.new(entry, forecast_client: self) end end |