Class: MonkeyBusiness::Recipients

Inherits:
ApiResource show all
Defined in:
lib/api/recipients.rb

Overview

Abstraction of the Surveymonkey recipient resource and associated methods

Instance Attribute Summary

Attributes inherited from ApiResource

#path

Instance Method Summary collapse

Methods inherited from ApiResource

#initialize, #request

Constructor Details

This class inherits a constructor from MonkeyBusiness::ApiResource

Instance Method Details

#bulk(options = {}) ⇒ Object



8
9
10
11
12
# File 'lib/api/recipients.rb', line 8

def bulk(options = {})
  @options.merge!(options)
  @path += '/bulk'
  self
end