Class: Spendee::Clients::GetAllUserCategories

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

Instance Method Summary collapse

Instance Method Details

#index(token, device_uuid) ⇒ Object



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

def index(token, device_uuid)
  get(headers: default_headers(token, device_uuid))
end