Class: Eventbrite::Api::Model::OwnedEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/eventbrite/api/model/owned_event.rb

Instance Method Summary collapse

Methods inherited from Base

#all, #create, #find, #get, #initialize, #next_page, #previous_page, #update

Constructor Details

This class inherits a constructor from Eventbrite::Api::Model::Base

Instance Method Details

#model_routeObject



5
6
7
# File 'lib/eventbrite/api/model/owned_event.rb', line 5

def model_route
  'users/:user_id/owned_events'
end