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

{{{



141
142
143
144
145
146
# File 'lib/cpee-logging-xes-yaml/implementation.rb', line 141

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