Method: Feedlr::Gateway::Topics#update_topic

Defined in:
lib/feedlr/gateway/topics.rb

#update_topic(topic) ⇒ Feedlr::Success

Update an existing topic



29
30
31
# File 'lib/feedlr/gateway/topics.rb', line 29

def update_topic(topic)
  build_object(:post , '/topics' ,  topic)
end