Class: CPEE::Notifications::Topics
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Notifications::Topics
- Defined in:
- lib/cpee/implementation_notifications.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
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 |