Class: Spendee::Clients::UserGetProfile

Inherits:
BaseClient
  • Object
show all
Defined in:
lib/spendee/clients/user_get_profile.rb

Instance Method Summary collapse

Instance Method Details

#show(token, device_uuid) ⇒ Object



6
7
8
# File 'lib/spendee/clients/user_get_profile.rb', line 6

def show(token, device_uuid)
  post(headers: default_headers(token, device_uuid))
end