class MonkeyBusiness::Contacts
Abstraction of the Surveymonkey contact resource and associated methods
Public Instance Methods
bulk(options = {})
click to toggle source
# File lib/api/contacts.rb, line 8 def bulk(options = {}) @options.merge!(options) @path += '/bulk' self end