Class: CPEE::Logging::Topics

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#responseObject

{{{



285
286
287
288
289
290
# File 'lib/cpee-logging-xes-yaml/implementation.rb', line 285

def response
  opts = @a[0]
  Riddl::Parameter::Complex.new('overview','text/xml') do
    File.read(opts[:topics])
  end
end