Class: CPEE::Notifications::Topics

Inherits:
Riddl::Implementation
  • Object
show all
Defined in:
lib/cpee/implementation_notifications.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#responseObject

{{{



44
45
46
47
48
49
# File 'lib/cpee/implementation_notifications.rb', line 44

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