class Riddl::Utils::Notifications::Producer::Overview

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/notifications_producer.rb, line 164
          def response
            Riddl::Parameter::Complex.new("overview","text/xml") do
              <<-END
                <overview xmlns='http://riddl.org/ns/common-patterns/notifications-producer/1.0'>
                  <topics/>
                  <subscriptions/>
                </overview>
              END
            end

          end