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
      49 50 51 52 53 54 55 56 57 58 59  | 
    
      # 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  |