Method: Qup::TopicAPI#name

Defined in:
lib/qup/topic_api.rb

#nameObject

Public: the name of the Topic

Returns the String name



56
57
58
59
60
# File 'lib/qup/topic_api.rb', line 56

def name
  super
rescue NoMethodError
  raise NotImplementedError, "please implement 'name'"
end