Class: CPEE::Notifications::Topics
- Inherits:
 - 
      Riddl::Implementation
      
        
- Object
 - Riddl::Implementation
 - CPEE::Notifications::Topics
 
 
- Defined in:
 - lib/cpee/implementation_notifications.rb
 
Overview
}}}
Instance Method Summary collapse
- 
  
    
      #response  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
{{{.
 
Instance Method Details
#response ⇒ Object
{{{
      63 64 65 66 67 68  | 
    
      # File 'lib/cpee/implementation_notifications.rb', line 63 def response opts = @a[0] Riddl::Parameter::Complex.new("overview","text/xml") do File.read(opts[:topics]) end end  |