Class: SyoboiCalendar::Client
- Inherits:
-
Object
- Object
- SyoboiCalendar::Client
- Defined in:
- lib/syoboi_calendar/client.rb
Instance Method Summary collapse
Instance Method Details
#channels(options = {}) ⇒ Object
3 4 5 |
# File 'lib/syoboi_calendar/client.rb', line 3 def channels( = {}) Processors::Channel.process() end |
#programs(options = {}) ⇒ Object
7 8 9 |
# File 'lib/syoboi_calendar/client.rb', line 7 def programs( = {}) Processors::Program.process() end |
#titles(options = {}) ⇒ Object
11 12 13 |
# File 'lib/syoboi_calendar/client.rb', line 11 def titles( = {}) Processors::Title.process() end |