Class: CPEE::Instantiation::HandleInstance
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Instantiation::HandleInstance
- Includes:
- Helpers
- Defined in:
- lib/cpee/instantiation.rb
Overview
}}}
Instance Method Summary collapse
Methods included from Helpers
Instance Method Details
#response ⇒ Object
183 184 185 186 187 188 189 190 191 |
# File 'lib/cpee/instantiation.rb', line 183 def response cpee = @a[0] instance = @p[1].value handle_data cpee, instance, @p[2]&.value handle_waiting cpee, instance, @p[0].value handle_starting cpee, instance, @p[0].value return Riddl::Parameter::Simple.new("url",cpee + instance) end |