class MonkeyBusiness::Pages

Abstraction of the Surveymonkey page resource and associated methods

Public Instance Methods

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