class Riddl::Utils::Notifications::Producer::Topics

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/notifications_producer.rb, line 178
def response
  backend = @a[0]
  Riddl::Parameter::Complex.new("overview","text/xml") do
    backend.topics.to_s
  end
end