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
260 261 262 263 264 265 266 267 268 269 |
# File 'lib/cpee-logging-xes-yaml/implementation.rb', line 260 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 |