class MonkeyBusiness::Users

Abstraction of the Surveymonkey users resource and associated methods

Public Instance Methods

me(options = {}) click to toggle source
# File lib/api/users.rb, line 8
def me(options = {})
  @options.merge!(options)
  @path += '/me'
  self
end