class MonkeyBusiness::Messages
Abstraction of the Surveymonkey message resource and associated methods
Public Instance Methods
recipients()
click to toggle source
# File lib/api/messages.rb, line 14 def recipients fail_without_id @options.merge!(options) Recipients.new(@api, @options.merge(options), @path) end
send()
click to toggle source
# File lib/api/messages.rb, line 8 def send fail_without_id @options.merge!(options) @path += '/send' end