Class: BleacherApi::Stream

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

Class Method Summary collapse

Class Method Details

.first(*tags) ⇒ Object



86
87
88
89
90
# File 'lib/bleacher_api.rb', line 86

def first(*tags)
  BleacherApi.call(:get, 'stream/first', {
    :tags => tags.join(',')
  })
end