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
44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/cpee/implementation_notifications.rb', line 44 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 |