Class: CPEE::Logging::Overview
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Logging::Overview
- Defined in:
- lib/cpee-logging-xes-yaml/implementation.rb
Overview
{{{
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
128 129 130 131 132 133 134 135 136 137 |
# File 'lib/cpee-logging-xes-yaml/implementation.rb', line 128 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 |