Sha256: 9d47a43700ce9ab462f98d3911030ec0bcf0ae92d0466e0d46e884623af36204
Contents?: true
Size: 336 Bytes
Versions: 1
Compression:
Stored size: 336 Bytes
Contents
module TedApi class Client module Themes ## # http://developer.ted.com/API_Docs#themes def themes(theme=nil, options={}, raw=false) if theme.nil? get('themes', options, raw) else get("themes/#{theme}", options, raw) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ted_api-0.1 | lib/ted_api/client/themes.rb |