Class: CPEE::Logging::Overview

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

Overview

{{{

Instance Method Summary collapse

Instance Method Details

#responseObject



64
65
66
67
68
69
70
71
72
73
# File 'lib/cpee-logging-xes-yaml/logging.rb', line 64

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