class CPEE::Notifications::Overview

Public Instance Methods

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

      end