class MonkeyBusiness::Recipients

Abstraction of the Surveymonkey recipient resource and associated methods

Public Instance Methods

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