Class: Tito::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/tito/account.rb

Instance Method Summary collapse

Methods inherited from Base

site, with_api_key

Instance Method Details

#eventsObject



7
8
9
# File 'lib/tito/account.rb', line 7

def events
  Tito::Event.where(account_id: id)
end