class CPEE::Notifications::Topics

Public Instance Methods

response() click to toggle source
# 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