Class: CPEE::Frames::Get
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Frames::Get
- Defined in:
- lib/cpee-frames/implementation.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
68 69 70 |
# File 'lib/cpee-frames/implementation.rb', line 68 def response Riddl::Parameter::Complex.new('ui','text/html',File.open(File.join(__dir__,'ui','template.html'))) end |