Class: CPEE::Notifications::Overview
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Notifications::Overview
- Defined in:
- lib/cpee/implementation_notifications.rb
Overview
{{{
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/cpee/implementation_notifications.rb', line 30 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 |