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

{{{



63
64
65
66
67
68
# File 'lib/cpee/implementation_notifications.rb', line 63

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