Method: Howcast::Client#category
- Defined in:
- lib/howcast/client/category.rb
#category(id) ⇒ Object
69 70 71 72 |
# File 'lib/howcast/client/category.rb', line 69 def category(id) response = establish_connection("categories/#{id}.xml") parse_single_category_xml(response.at(:category)) end |