Class: Eventifier::API::GetPreferences

Inherits:
Base
  • Object
show all
Defined in:
lib/eventifier/api/get_preferences.rb

Instance Method Summary collapse

Methods inherited from Base

#skip?

Instance Method Details

#callObject



2
3
4
5
6
# File 'lib/eventifier/api/get_preferences.rb', line 2

def call
  response.body = Eventifier::Preferences.new(user).to_hashes

  super
end