Class: CPEE::Logging::Overview
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Logging::Overview
- Defined in:
- lib/cpee-logging-xes-yaml/logging.rb
Overview
{{{
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
49 50 51 52 53 54 55 56 57 58 |
# File 'lib/cpee-logging-xes-yaml/logging.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 |