class MonkeyBusiness::Groups

Abstraction of the Surveymonkey group resource and associated methods

Public Instance Methods

members(options = {}) click to toggle source
# File lib/api/groups.rb, line 9
def members(options = {})
  fail_without_id
  Members.new(@api, @options.merge(options), @path)
end