class CPEE::Notifications::Overview
Public Instance Methods
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