Sha256: 97fe34159e18af1b3b9f74597487552336b1da645535f05c12dc15ce0b4d514d
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
module RSqoot module Provider # Retrieve a list of providers base on the following parameters # # @return [Hashie::Mash] def providers(options={}) if providers_not_latest?(options) @rsqoot_providers = get('providers', options) @rsqoot_providers = @rsqoot_providers.providers if @rsqoot_providers end @rsqoot_providers end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rsqoot-0.3.2 | lib/rsqoot/provider.rb |
rsqoot-0.3.1 | lib/rsqoot/provider.rb |
rsqoot-0.3.0 | lib/rsqoot/provider.rb |