class MonkeyBusiness::Questions

Abstraction of the Surveymonkey question resource and associated methods

Public Instance Methods

benchmark(options = {}) click to toggle source
# File lib/api/questions.rb, line 8
def benchmark(options = {})
  fail_without_id
  @options.merge!(options)
  @path += '/benchmark'
  self
end