Class: BleacherApi::Article

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

Class Method Summary collapse

Class Method Details

.article(id, options = {}) ⇒ Object



30
31
32
# File 'lib/bleacher_api.rb', line 30

def article(id, options={})
  BleacherApi.call(:get, 'article/article', options.merge(:id => id))
end