module RSqoot::Provider
Public Instance Methods
providers(options={})
click to toggle source
Retrieve a list of providers base on the following parameters
@return [Hashie::Mash]
# File lib/rsqoot/provider.rb, line 6 def providers(options={}) get('providers', options) end