Class: CPEE::Logging::Overview

Inherits:
Riddl::Implementation
  • Object
show all
Defined in:
lib/cpee-logging-xes-yaml/implementation.rb

Overview

{{{

Instance Method Summary collapse

Instance Method Details

#responseObject



272
273
274
275
276
277
278
279
280
281
# File 'lib/cpee-logging-xes-yaml/implementation.rb', line 272

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