Class: BleacherApi::Related

Inherits:
Object
  • Object
show all
Defined in:
lib/bleacher_api.rb

Class Method Summary collapse

Class Method Details

.channel(options) ⇒ Object



74
75
76
# File 'lib/bleacher_api.rb', line 74

def channel(options)
  BleacherApi.call(:get, 'related/channel', options)
end

.channel_next(options) ⇒ Object



78
79
80
# File 'lib/bleacher_api.rb', line 78

def channel_next(options)
  BleacherApi.call(:get, 'related/channel_next', options)
end