Class: Trakt::Calendar

Inherits:
Object
  • Object
show all
Includes:
Connection
Defined in:
lib/trakt/calendar.rb

Instance Attribute Summary

Attributes included from Connection

#trakt

Instance Method Summary collapse

Methods included from Connection

#initialize, #require_settings

Instance Method Details

#premieres(*args) ⇒ Object



4
5
6
# File 'lib/trakt/calendar.rb', line 4

def premieres(*args)
  get_with_args('/calendar/premieres.json/', *args)
end

#shows(*args) ⇒ Object



7
8
9
# File 'lib/trakt/calendar.rb', line 7

def shows(*args)
  get_with_args('/calendar/shows.json/', *args)
end