class MonkeyBusiness::BenchmarkBundles
Abstraction of the Surveymonkey benchmark_bundle resource and associated methods
Public Instance Methods
analyze(options = {})
click to toggle source
# File lib/api/benchmark_bundles.rb, line 7 def analyze(options = {}) fail_without_id @options.merge!(options) @path += '/details' end