class Eventifier::API::GetPreferences

Public Instance Methods

call() click to toggle source
Calls superclass method Eventifier::API::Base#call
# File lib/eventifier/api/get_preferences.rb, line 2
def call
  response.body = Eventifier::Preferences.new(user).to_hashes

  super
end