class CPEE::Notifications::Topics
Public Instance Methods
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
# 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