Class: Levelup::Endpoints::Users

Inherits:
Base
  • Object
show all
Defined in:
lib/levelup/endpoints/users.rb

Overview

The endpoint serving as a bucket for all user-related functions.

Instance Method Summary collapse

Instance Method Details

#ordersObject



5
6
7
# File 'lib/levelup/endpoints/users.rb', line 5

def orders
  UserOrders.new
end